<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head>



<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>:: Acadmico &gt; Cadastros &gt; Perodos</title>
<link rel="stylesheet" type="text/css" href="relatorio%20f_arquivos/estilo.css">
<link rel="stylesheet" href="relatorio%20f_arquivos/jquery.css">
<style type="text/css" media="all">
table {
	border-collapse:collapse;
}
.style3 {
	color: #FF0000
}
</style>
<script language="JavaScript" src="relatorio%20f_arquivos/funcoes.js" type="text/JavaScript"></script>
<script src="relatorio%20f_arquivos/jquery.js" type="text/javascript"></script>
<script src="relatorio%20f_arquivos/jquery_002.js" type="text/javascript"></script>
<script src="relatorio%20f_arquivos/jquery_003.js" type="text/javascript"></script>
<script src="relatorio%20f_arquivos/jquery_004.js" type="text/javascript"></script>
<script language="JavaScript">

        function inicializa() {

            //parent.document.forms[0].height = document.body.scrollHeight+30;

            //parent.parent.document.getElementById('centro').height =
			//	document.body.scrollHeight + 200;
			
        }

        function ValidaPagina(obj,tipoAcao) {
            obj.disabled = true;
			var qtd_Alunos 		= document.getElementById('qtd_Alunos').value;
            var qtd_Disciplinas = document.getElementById('qtd_Disciplinas').value;
            var objNota;
			var qtdCamposBrancos = 0;
            var cd_Aluno = '';
			var cd_Disciplina = '';
            var nr_Nota = '';
            var qtdErro = 0;
			var msg = 'Existem notas maiores do que 10!';
			
            for (i = 1; i <= qtd_Alunos; i++) {
                cd_Aluno = document.getElementById('cd_Aluno_' + i).value;
                for (y = 1; y <= qtd_Disciplinas; y++) {
                	cd_Disciplina = document.getElementById('cd_Disciplina_' + y).value;
					objNota = document.getElementById('nr_Nota_' + cd_Aluno + '_' + cd_Disciplina);
                    nr_Nota = objNota.value.split(',');

                    if (nr_Nota[0] > 10) {
                        objNota.style.background = '#D5BBB8';
                        objNota.style.color = 'Black';
                        objNota.focus();
                        qtdErro++;
                    }
                    else if ((nr_Nota[0] == 10) && (nr_Nota[1] > 0)) {
                        objNota.style.background = '#D5BBB8';
                        objNota.style.color = 'Black';
                        objNota.focus();
                        qtdErro++;
                    }
					else if (objNota.value == '')
					{
						qtdCamposBrancos++;
					}
                }
            }
			//if (qtdCamposBrancos == (qtd_Alunos * qtd_Disciplinas))
			//{
			//	msg = 'Nenhuma nota foi informada!';	
			//	qtdErro = 1;			
			//}
            if (qtdErro == 0) {                
				document.forms[0].action = "AlunoAvaliacao_frmCad.asp?Inc_Alt="+ tipoAcao
				document.forms[0].submit();
            }
            else {
				alert(msg);
                obj.disabled = false;
            }
        }
				
		function selecionaSemestre(obj) {
		
			querystring = "&ci_Turma="+ document.getElementById("cd_Turma").value +
						  "&ci_Disciplina="+ document.getElementById("cd_Disciplina").value +
						  "&cd_CursoTpMapa="+ document.getElementById("cd_CursoTpMapa").value +
						  "&nr_Semestre="+ document.getElementById("nr_Semestre").value +
						  "&ci_Periodo="+ document.getElementById("cd_Periodo").value +						  
						  "&cd_TpEnsino="+ document.getElementById("cd_TpEnsino").value +	
						  "&ds_Periodo="+ document.getElementById("ds_Periodo").value +
						  "&nr_anoletivo="+ document.getElementById("nr_anoletivo").value +
						  "&nr_semestreSel="+ obj.value;
		
			document.location = "AlunoAvaliacao_frmCad.asp?Inc_Alt=I"+ querystring;
		}
		
		function Excluir(obj) {
			if (confirm("ATENO!! Deseja realmente excluir TODAS as avaliaes lanadas para esta turma?")) {
				ValidaPagina(obj,'E');
			}
		}
		
	$(function() {
		$('td[@id^="colunaNotaAluno_"]').tooltip({
			track: true,
			delay: 0,
			showURL: false,
			showBody: "<br>",
			fixPNG: true,
			opacity: 0.95
		});
	});		

</script>
</head><body leftmargin="0" topmargin="0" onload="inicializa();" marginheight="0" marginwidth="0">
<!-- INCIO - CONTEDO: TABELA BASE/CENTRO -->
<form name="frmCadastro" method="post">
  <!-- INCIO TABELA - CONTEDO: PESQUISA -->
  <table width="100%" border="0" cellpadding="0" cellspacing="0">
    <tbody><tr>
      <td align="center"><table width="98%" border="0" cellpadding="0" cellspacing="0">
          <tbody><tr>
            <td class="subTituloBold" height="30" align="left">3 Srie | ENSINO MDIO | ENSINO REGULAR | Manh | F - 2 Perodo - 14/08/2012 - 26/10/2012</td>
          </tr>
        </tbody></table>
        
        <input id="cd_Periodo" name="cd_Periodo" value="2" type="hidden">
        <input id="qtd_Alunos" name="qtd_Alunos" value="35" type="hidden">
        <input id="qtd_Disciplinas" name="qtd_Disciplinas" value="13" type="hidden">
        <input id="cd_Turma" name="cd_Turma" value="96448" type="hidden">
        <input id="nr_Semestre" name="nr_Semestre" value="" type="hidden">
        <input id="cd_CursoTpMapa" name="cd_CursoTpMapa" value="1" type="hidden">
        <input id="cd_Disciplina" name="cd_Disciplina" value="" type="hidden">
        <input id="ds_Periodo" name="ds_Periodo" value="2 Perodo - 14/08/2012 - 26/10/2012" type="hidden">
        <input id="cd_TpEnsino" name="cd_TpEnsino" value="1" type="hidden">
        <input id="nr_anoletivo" name="nr_anoletivo" value="2012" type="hidden">
        <table width="99%" border="1" bordercolor="#c0c081" cellpadding="0" cellspacing="0">
          <tbody><tr>
            <td class="subTituloBold" width="627" align="left" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp;Nome&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 </td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; ARTE&nbsp;&nbsp;
              <input id="cd_Disciplina_1" name="cd_Disciplina_1" value="154" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; BIOLOGIA&nbsp;&nbsp;
              <input id="cd_Disciplina_2" name="cd_Disciplina_2" value="160" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; EDUCAO FISICA&nbsp;&nbsp;
              <input id="cd_Disciplina_3" name="cd_Disciplina_3" value="530" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; FILOSOFIA&nbsp;&nbsp;
              <input id="cd_Disciplina_4" name="cd_Disciplina_4" value="780" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; FISICA&nbsp;&nbsp;
              <input id="cd_Disciplina_5" name="cd_Disciplina_5" value="800" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; GEOGRAFIA&nbsp;&nbsp;
              <input id="cd_Disciplina_6" name="cd_Disciplina_6" value="890" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; HISTORIA&nbsp;&nbsp;
              <input id="cd_Disciplina_7" name="cd_Disciplina_7" value="970" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; LINGUA ESTRANGEIRA (ESPANHOL)&nbsp;&nbsp;
              <input id="cd_Disciplina_8" name="cd_Disciplina_8" value="3330" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; LINGUA ESTRANGEIRA (INGLES)&nbsp;&nbsp;
              <input id="cd_Disciplina_9" name="cd_Disciplina_9" value="1130" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; LINGUA PORTUGUESA&nbsp;&nbsp;
              <input id="cd_Disciplina_10" name="cd_Disciplina_10" value="1140" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; MATEMTICA&nbsp;&nbsp;
              <input id="cd_Disciplina_11" name="cd_Disciplina_11" value="1200" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; QUIMICA&nbsp;&nbsp;
              <input id="cd_Disciplina_12" name="cd_Disciplina_12" value="1620" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; SOCIOLOGIA&nbsp;&nbsp;
              <input id="cd_Disciplina_13" name="cd_Disciplina_13" value="1730" type="hidden"></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1228724&nbsp;ALLAN MATHEUS RODRIGUES ALVES
              <input id="cd_Aluno_1" name="cd_Aluno_1" value="1228724" type="hidden"></td>
            
            <td id="colunaNotaAluno_1228724_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228724_154" id="ci_AlunoAvaliacao_1228724_154" value="89573095" type="hidden">
                <input name="nr_Nota_1228724_154" id="nr_Nota_1228724_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228724_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228724_160" id="ci_AlunoAvaliacao_1228724_160" value="92089738" type="hidden">
                <input name="nr_Nota_1228724_160" id="nr_Nota_1228724_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228724_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228724_530" id="ci_AlunoAvaliacao_1228724_530" value="89915172" type="hidden">
                <input name="nr_Nota_1228724_530" id="nr_Nota_1228724_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228724_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228724_780" id="ci_AlunoAvaliacao_1228724_780" value="88751218" type="hidden">
                <input name="nr_Nota_1228724_780" id="nr_Nota_1228724_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228724_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228724_800" id="ci_AlunoAvaliacao_1228724_800" value="89197954" type="hidden">
                <input name="nr_Nota_1228724_800" id="nr_Nota_1228724_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228724_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228724_890" id="ci_AlunoAvaliacao_1228724_890" value="88754838" type="hidden">
                <input name="nr_Nota_1228724_890" id="nr_Nota_1228724_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228724_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228724_970" id="ci_AlunoAvaliacao_1228724_970" value="88753411" type="hidden">
                <input name="nr_Nota_1228724_970" id="nr_Nota_1228724_970" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228724_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228724_3330" id="ci_AlunoAvaliacao_1228724_3330" value="89738733" type="hidden">
                <input name="nr_Nota_1228724_3330" id="nr_Nota_1228724_3330" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228724_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228724_1130" id="ci_AlunoAvaliacao_1228724_1130" value="89574491" type="hidden">
                <input name="nr_Nota_1228724_1130" id="nr_Nota_1228724_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228724_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228724_1140" id="ci_AlunoAvaliacao_1228724_1140" value="89572634" type="hidden">
                <input name="nr_Nota_1228724_1140" id="nr_Nota_1228724_1140" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228724_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228724_1200" id="ci_AlunoAvaliacao_1228724_1200" value="89739252" type="hidden">
                <input name="nr_Nota_1228724_1200" id="nr_Nota_1228724_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228724_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228724_1620" id="ci_AlunoAvaliacao_1228724_1620" value="89192745" type="hidden">
                <input name="nr_Nota_1228724_1620" id="nr_Nota_1228724_1620" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228724_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228724_1730" id="ci_AlunoAvaliacao_1228724_1730" value="89198328" type="hidden">
                <input name="nr_Nota_1228724_1730" id="nr_Nota_1228724_1730" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;892021&nbsp;ALLESSON BRUNO RODRIGUES FERREIRA
              <input id="cd_Aluno_2" name="cd_Aluno_2" value="892021" type="hidden"></td>
            
            <td id="colunaNotaAluno_892021_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892021_154" id="ci_AlunoAvaliacao_892021_154" value="89573096" type="hidden">
                <input name="nr_Nota_892021_154" id="nr_Nota_892021_154" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892021_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892021_160" id="ci_AlunoAvaliacao_892021_160" value="92089739" type="hidden">
                <input name="nr_Nota_892021_160" id="nr_Nota_892021_160" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892021_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892021_530" id="ci_AlunoAvaliacao_892021_530" value="89915173" type="hidden">
                <input name="nr_Nota_892021_530" id="nr_Nota_892021_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892021_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892021_780" id="ci_AlunoAvaliacao_892021_780" value="88751219" type="hidden">
                <input name="nr_Nota_892021_780" id="nr_Nota_892021_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892021_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892021_800" id="ci_AlunoAvaliacao_892021_800" value="89197955" type="hidden">
                <input name="nr_Nota_892021_800" id="nr_Nota_892021_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892021_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892021_890" id="ci_AlunoAvaliacao_892021_890" value="88754839" type="hidden">
                <input name="nr_Nota_892021_890" id="nr_Nota_892021_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892021_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892021_970" id="ci_AlunoAvaliacao_892021_970" value="88753412" type="hidden">
                <input name="nr_Nota_892021_970" id="nr_Nota_892021_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892021_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892021_3330" id="ci_AlunoAvaliacao_892021_3330" value="89738735" type="hidden">
                <input name="nr_Nota_892021_3330" id="nr_Nota_892021_3330" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892021_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892021_1130" id="ci_AlunoAvaliacao_892021_1130" value="89574492" type="hidden">
                <input name="nr_Nota_892021_1130" id="nr_Nota_892021_1130" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892021_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892021_1140" id="ci_AlunoAvaliacao_892021_1140" value="89572635" type="hidden">
                <input name="nr_Nota_892021_1140" id="nr_Nota_892021_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892021_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892021_1200" id="ci_AlunoAvaliacao_892021_1200" value="89739253" type="hidden">
                <input name="nr_Nota_892021_1200" id="nr_Nota_892021_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892021_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892021_1620" id="ci_AlunoAvaliacao_892021_1620" value="89192746" type="hidden">
                <input name="nr_Nota_892021_1620" id="nr_Nota_892021_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892021_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892021_1730" id="ci_AlunoAvaliacao_892021_1730" value="89198329" type="hidden">
                <input name="nr_Nota_892021_1730" id="nr_Nota_892021_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;542761&nbsp;ANDERSON FARIAS SOUSA
              <input id="cd_Aluno_3" name="cd_Aluno_3" value="542761" type="hidden"></td>
            
            <td id="colunaNotaAluno_542761_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_542761_154" id="ci_AlunoAvaliacao_542761_154" value="89573097" type="hidden">
                <input name="nr_Nota_542761_154" id="nr_Nota_542761_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_542761_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_542761_160" id="ci_AlunoAvaliacao_542761_160" value="92089740" type="hidden">
                <input name="nr_Nota_542761_160" id="nr_Nota_542761_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_542761_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_542761_530" id="ci_AlunoAvaliacao_542761_530" value="89915174" type="hidden">
                <input name="nr_Nota_542761_530" id="nr_Nota_542761_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_542761_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_542761_780" id="ci_AlunoAvaliacao_542761_780" value="88751220" type="hidden">
                <input name="nr_Nota_542761_780" id="nr_Nota_542761_780" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_542761_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_542761_800" id="ci_AlunoAvaliacao_542761_800" value="89197956" type="hidden">
                <input name="nr_Nota_542761_800" id="nr_Nota_542761_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_542761_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_542761_890" id="ci_AlunoAvaliacao_542761_890" value="88754840" type="hidden">
                <input name="nr_Nota_542761_890" id="nr_Nota_542761_890" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_542761_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_542761_970" id="ci_AlunoAvaliacao_542761_970" value="88753413" type="hidden">
                <input name="nr_Nota_542761_970" id="nr_Nota_542761_970" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_542761_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_542761_3330" id="ci_AlunoAvaliacao_542761_3330" value="89738736" type="hidden">
                <input name="nr_Nota_542761_3330" id="nr_Nota_542761_3330" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_542761_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_542761_1130" id="ci_AlunoAvaliacao_542761_1130" value="89574493" type="hidden">
                <input name="nr_Nota_542761_1130" id="nr_Nota_542761_1130" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_542761_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_542761_1140" id="ci_AlunoAvaliacao_542761_1140" value="89572636" type="hidden">
                <input name="nr_Nota_542761_1140" id="nr_Nota_542761_1140" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_542761_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_542761_1200" id="ci_AlunoAvaliacao_542761_1200" value="89739254" type="hidden">
                <input name="nr_Nota_542761_1200" id="nr_Nota_542761_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_542761_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_542761_1620" id="ci_AlunoAvaliacao_542761_1620" value="89192747" type="hidden">
                <input name="nr_Nota_542761_1620" id="nr_Nota_542761_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_542761_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_542761_1730" id="ci_AlunoAvaliacao_542761_1730" value="89198330" type="hidden">
                <input name="nr_Nota_542761_1730" id="nr_Nota_542761_1730" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1167625&nbsp;BRUNA MARIA RODRIGUES DE HOLANDA
              <input id="cd_Aluno_4" name="cd_Aluno_4" value="1167625" type="hidden"></td>
            
            <td id="colunaNotaAluno_1167625_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167625_154" id="ci_AlunoAvaliacao_1167625_154" value="89573098" type="hidden">
                <input name="nr_Nota_1167625_154" id="nr_Nota_1167625_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167625_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167625_160" id="ci_AlunoAvaliacao_1167625_160" value="92089741" type="hidden">
                <input name="nr_Nota_1167625_160" id="nr_Nota_1167625_160" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167625_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167625_530" id="ci_AlunoAvaliacao_1167625_530" value="89915175" type="hidden">
                <input name="nr_Nota_1167625_530" id="nr_Nota_1167625_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167625_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167625_780" id="ci_AlunoAvaliacao_1167625_780" value="88751221" type="hidden">
                <input name="nr_Nota_1167625_780" id="nr_Nota_1167625_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167625_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167625_800" id="ci_AlunoAvaliacao_1167625_800" value="89197957" type="hidden">
                <input name="nr_Nota_1167625_800" id="nr_Nota_1167625_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167625_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167625_890" id="ci_AlunoAvaliacao_1167625_890" value="88754841" type="hidden">
                <input name="nr_Nota_1167625_890" id="nr_Nota_1167625_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167625_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167625_970" id="ci_AlunoAvaliacao_1167625_970" value="88753414" type="hidden">
                <input name="nr_Nota_1167625_970" id="nr_Nota_1167625_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167625_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167625_3330" id="ci_AlunoAvaliacao_1167625_3330" value="89738739" type="hidden">
                <input name="nr_Nota_1167625_3330" id="nr_Nota_1167625_3330" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167625_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167625_1130" id="ci_AlunoAvaliacao_1167625_1130" value="89574494" type="hidden">
                <input name="nr_Nota_1167625_1130" id="nr_Nota_1167625_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167625_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167625_1140" id="ci_AlunoAvaliacao_1167625_1140" value="89572637" type="hidden">
                <input name="nr_Nota_1167625_1140" id="nr_Nota_1167625_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167625_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167625_1200" id="ci_AlunoAvaliacao_1167625_1200" value="89739255" type="hidden">
                <input name="nr_Nota_1167625_1200" id="nr_Nota_1167625_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167625_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167625_1620" id="ci_AlunoAvaliacao_1167625_1620" value="89192748" type="hidden">
                <input name="nr_Nota_1167625_1620" id="nr_Nota_1167625_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167625_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167625_1730" id="ci_AlunoAvaliacao_1167625_1730" value="89198331" type="hidden">
                <input name="nr_Nota_1167625_1730" id="nr_Nota_1167625_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1328146&nbsp;CAROLINE RODRIGUES ALVES DA SILVA
              <input id="cd_Aluno_5" name="cd_Aluno_5" value="1328146" type="hidden"></td>
            
            <td id="colunaNotaAluno_1328146_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1328146_154" id="ci_AlunoAvaliacao_1328146_154" value="89573099" type="hidden">
                <input name="nr_Nota_1328146_154" id="nr_Nota_1328146_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1328146_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1328146_160" id="ci_AlunoAvaliacao_1328146_160" value="92089742" type="hidden">
                <input name="nr_Nota_1328146_160" id="nr_Nota_1328146_160" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1328146_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1328146_530" id="ci_AlunoAvaliacao_1328146_530" value="89915176" type="hidden">
                <input name="nr_Nota_1328146_530" id="nr_Nota_1328146_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1328146_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1328146_780" id="ci_AlunoAvaliacao_1328146_780" value="88751222" type="hidden">
                <input name="nr_Nota_1328146_780" id="nr_Nota_1328146_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1328146_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1328146_800" id="ci_AlunoAvaliacao_1328146_800" value="89197958" type="hidden">
                <input name="nr_Nota_1328146_800" id="nr_Nota_1328146_800" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1328146_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1328146_890" id="ci_AlunoAvaliacao_1328146_890" value="88754842" type="hidden">
                <input name="nr_Nota_1328146_890" id="nr_Nota_1328146_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1328146_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1328146_970" id="ci_AlunoAvaliacao_1328146_970" value="88753415" type="hidden">
                <input name="nr_Nota_1328146_970" id="nr_Nota_1328146_970" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1328146_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1328146_3330" id="ci_AlunoAvaliacao_1328146_3330" value="89738740" type="hidden">
                <input name="nr_Nota_1328146_3330" id="nr_Nota_1328146_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1328146_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1328146_1130" id="ci_AlunoAvaliacao_1328146_1130" value="89574495" type="hidden">
                <input name="nr_Nota_1328146_1130" id="nr_Nota_1328146_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1328146_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1328146_1140" id="ci_AlunoAvaliacao_1328146_1140" value="89572638" type="hidden">
                <input name="nr_Nota_1328146_1140" id="nr_Nota_1328146_1140" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1328146_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1328146_1200" id="ci_AlunoAvaliacao_1328146_1200" value="89739256" type="hidden">
                <input name="nr_Nota_1328146_1200" id="nr_Nota_1328146_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1328146_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1328146_1620" id="ci_AlunoAvaliacao_1328146_1620" value="89192749" type="hidden">
                <input name="nr_Nota_1328146_1620" id="nr_Nota_1328146_1620" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1328146_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1328146_1730" id="ci_AlunoAvaliacao_1328146_1730" value="89291334" type="hidden">
                <input name="nr_Nota_1328146_1730" id="nr_Nota_1328146_1730" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;925159&nbsp;DANIELA MACIEL DUARTE
              <input id="cd_Aluno_6" name="cd_Aluno_6" value="925159" type="hidden"></td>
            
            <td id="colunaNotaAluno_925159_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_925159_154" id="ci_AlunoAvaliacao_925159_154" value="89573101" type="hidden">
                <input name="nr_Nota_925159_154" id="nr_Nota_925159_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_925159_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_925159_160" id="ci_AlunoAvaliacao_925159_160" value="92089744" type="hidden">
                <input name="nr_Nota_925159_160" id="nr_Nota_925159_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_925159_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_925159_530" id="ci_AlunoAvaliacao_925159_530" value="89915178" type="hidden">
                <input name="nr_Nota_925159_530" id="nr_Nota_925159_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_925159_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_925159_780" id="ci_AlunoAvaliacao_925159_780" value="88751224" type="hidden">
                <input name="nr_Nota_925159_780" id="nr_Nota_925159_780" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_925159_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_925159_800" id="ci_AlunoAvaliacao_925159_800" value="89197960" type="hidden">
                <input name="nr_Nota_925159_800" id="nr_Nota_925159_800" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_925159_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_925159_890" id="ci_AlunoAvaliacao_925159_890" value="88754844" type="hidden">
                <input name="nr_Nota_925159_890" id="nr_Nota_925159_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_925159_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_925159_970" id="ci_AlunoAvaliacao_925159_970" value="88753417" type="hidden">
                <input name="nr_Nota_925159_970" id="nr_Nota_925159_970" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_925159_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_925159_3330" id="ci_AlunoAvaliacao_925159_3330" value="89738742" type="hidden">
                <input name="nr_Nota_925159_3330" id="nr_Nota_925159_3330" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_925159_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_925159_1130" id="ci_AlunoAvaliacao_925159_1130" value="89574497" type="hidden">
                <input name="nr_Nota_925159_1130" id="nr_Nota_925159_1130" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_925159_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_925159_1140" id="ci_AlunoAvaliacao_925159_1140" value="89572640" type="hidden">
                <input name="nr_Nota_925159_1140" id="nr_Nota_925159_1140" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_925159_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_925159_1200" id="ci_AlunoAvaliacao_925159_1200" value="89739258" type="hidden">
                <input name="nr_Nota_925159_1200" id="nr_Nota_925159_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_925159_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_925159_1620" id="ci_AlunoAvaliacao_925159_1620" value="89192751" type="hidden">
                <input name="nr_Nota_925159_1620" id="nr_Nota_925159_1620" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_925159_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_925159_1730" id="ci_AlunoAvaliacao_925159_1730" value="89291336" type="hidden">
                <input name="nr_Nota_925159_1730" id="nr_Nota_925159_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1197392&nbsp;EMILY OLIVEIRA FONSECA
              <input id="cd_Aluno_7" name="cd_Aluno_7" value="1197392" type="hidden"></td>
            
            <td id="colunaNotaAluno_1197392_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197392_154" id="ci_AlunoAvaliacao_1197392_154" value="89573102" type="hidden">
                <input name="nr_Nota_1197392_154" id="nr_Nota_1197392_154" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197392_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197392_160" id="ci_AlunoAvaliacao_1197392_160" value="92089745" type="hidden">
                <input name="nr_Nota_1197392_160" id="nr_Nota_1197392_160" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197392_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197392_530" id="ci_AlunoAvaliacao_1197392_530" value="89915179" type="hidden">
                <input name="nr_Nota_1197392_530" id="nr_Nota_1197392_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197392_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197392_780" id="ci_AlunoAvaliacao_1197392_780" value="88751225" type="hidden">
                <input name="nr_Nota_1197392_780" id="nr_Nota_1197392_780" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197392_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197392_800" id="ci_AlunoAvaliacao_1197392_800" value="89197961" type="hidden">
                <input name="nr_Nota_1197392_800" id="nr_Nota_1197392_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197392_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197392_890" id="ci_AlunoAvaliacao_1197392_890" value="88754845" type="hidden">
                <input name="nr_Nota_1197392_890" id="nr_Nota_1197392_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197392_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197392_970" id="ci_AlunoAvaliacao_1197392_970" value="88753418" type="hidden">
                <input name="nr_Nota_1197392_970" id="nr_Nota_1197392_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197392_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197392_3330" id="ci_AlunoAvaliacao_1197392_3330" value="89738743" type="hidden">
                <input name="nr_Nota_1197392_3330" id="nr_Nota_1197392_3330" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197392_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197392_1130" id="ci_AlunoAvaliacao_1197392_1130" value="89574498" type="hidden">
                <input name="nr_Nota_1197392_1130" id="nr_Nota_1197392_1130" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197392_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197392_1140" id="ci_AlunoAvaliacao_1197392_1140" value="89572641" type="hidden">
                <input name="nr_Nota_1197392_1140" id="nr_Nota_1197392_1140" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197392_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197392_1200" id="ci_AlunoAvaliacao_1197392_1200" value="89739259" type="hidden">
                <input name="nr_Nota_1197392_1200" id="nr_Nota_1197392_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197392_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197392_1620" id="ci_AlunoAvaliacao_1197392_1620" value="89192752" type="hidden">
                <input name="nr_Nota_1197392_1620" id="nr_Nota_1197392_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197392_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197392_1730" id="ci_AlunoAvaliacao_1197392_1730" value="89291337" type="hidden">
                <input name="nr_Nota_1197392_1730" id="nr_Nota_1197392_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;620519&nbsp;EMANUELLY ALMEIDA DE BRITO
              <input id="cd_Aluno_8" name="cd_Aluno_8" value="620519" type="hidden"></td>
            
            <td id="colunaNotaAluno_620519_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_620519_154" id="ci_AlunoAvaliacao_620519_154" value="89573103" type="hidden">
                <input name="nr_Nota_620519_154" id="nr_Nota_620519_154" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_620519_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_620519_160" id="ci_AlunoAvaliacao_620519_160" value="92089746" type="hidden">
                <input name="nr_Nota_620519_160" id="nr_Nota_620519_160" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_620519_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_620519_530" id="ci_AlunoAvaliacao_620519_530" value="89915180" type="hidden">
                <input name="nr_Nota_620519_530" id="nr_Nota_620519_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_620519_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_620519_780" id="ci_AlunoAvaliacao_620519_780" value="88751226" type="hidden">
                <input name="nr_Nota_620519_780" id="nr_Nota_620519_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_620519_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_620519_800" id="ci_AlunoAvaliacao_620519_800" value="89197962" type="hidden">
                <input name="nr_Nota_620519_800" id="nr_Nota_620519_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_620519_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_620519_890" id="ci_AlunoAvaliacao_620519_890" value="88754846" type="hidden">
                <input name="nr_Nota_620519_890" id="nr_Nota_620519_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_620519_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_620519_970" id="ci_AlunoAvaliacao_620519_970" value="88753419" type="hidden">
                <input name="nr_Nota_620519_970" id="nr_Nota_620519_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_620519_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_620519_3330" id="ci_AlunoAvaliacao_620519_3330" value="89738744" type="hidden">
                <input name="nr_Nota_620519_3330" id="nr_Nota_620519_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_620519_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_620519_1130" id="ci_AlunoAvaliacao_620519_1130" value="89574499" type="hidden">
                <input name="nr_Nota_620519_1130" id="nr_Nota_620519_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_620519_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_620519_1140" id="ci_AlunoAvaliacao_620519_1140" value="89572642" type="hidden">
                <input name="nr_Nota_620519_1140" id="nr_Nota_620519_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_620519_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_620519_1200" id="ci_AlunoAvaliacao_620519_1200" value="89739260" type="hidden">
                <input name="nr_Nota_620519_1200" id="nr_Nota_620519_1200" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_620519_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_620519_1620" id="ci_AlunoAvaliacao_620519_1620" value="89192753" type="hidden">
                <input name="nr_Nota_620519_1620" id="nr_Nota_620519_1620" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_620519_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_620519_1730" id="ci_AlunoAvaliacao_620519_1730" value="89291338" type="hidden">
                <input name="nr_Nota_620519_1730" id="nr_Nota_620519_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;113772&nbsp;FILIPE RODRIGO SANTOS DE SOUSA
              <input id="cd_Aluno_9" name="cd_Aluno_9" value="113772" type="hidden"></td>
            
            <td id="colunaNotaAluno_113772_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113772_154" id="ci_AlunoAvaliacao_113772_154" value="89573104" type="hidden">
                <input name="nr_Nota_113772_154" id="nr_Nota_113772_154" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113772_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113772_160" id="ci_AlunoAvaliacao_113772_160" value="92089747" type="hidden">
                <input name="nr_Nota_113772_160" id="nr_Nota_113772_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113772_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113772_530" id="ci_AlunoAvaliacao_113772_530" value="89915181" type="hidden">
                <input name="nr_Nota_113772_530" id="nr_Nota_113772_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113772_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113772_780" id="ci_AlunoAvaliacao_113772_780" value="88751227" type="hidden">
                <input name="nr_Nota_113772_780" id="nr_Nota_113772_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113772_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113772_800" id="ci_AlunoAvaliacao_113772_800" value="89197963" type="hidden">
                <input name="nr_Nota_113772_800" id="nr_Nota_113772_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113772_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113772_890" id="ci_AlunoAvaliacao_113772_890" value="88754847" type="hidden">
                <input name="nr_Nota_113772_890" id="nr_Nota_113772_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113772_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113772_970" id="ci_AlunoAvaliacao_113772_970" value="88753420" type="hidden">
                <input name="nr_Nota_113772_970" id="nr_Nota_113772_970" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113772_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113772_3330" id="ci_AlunoAvaliacao_113772_3330" value="89738745" type="hidden">
                <input name="nr_Nota_113772_3330" id="nr_Nota_113772_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113772_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113772_1130" id="ci_AlunoAvaliacao_113772_1130" value="89574500" type="hidden">
                <input name="nr_Nota_113772_1130" id="nr_Nota_113772_1130" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113772_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113772_1140" id="ci_AlunoAvaliacao_113772_1140" value="89572643" type="hidden">
                <input name="nr_Nota_113772_1140" id="nr_Nota_113772_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113772_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113772_1200" id="ci_AlunoAvaliacao_113772_1200" value="89739261" type="hidden">
                <input name="nr_Nota_113772_1200" id="nr_Nota_113772_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113772_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113772_1620" id="ci_AlunoAvaliacao_113772_1620" value="89192754" type="hidden">
                <input name="nr_Nota_113772_1620" id="nr_Nota_113772_1620" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113772_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113772_1730" id="ci_AlunoAvaliacao_113772_1730" value="89291339" type="hidden">
                <input name="nr_Nota_113772_1730" id="nr_Nota_113772_1730" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1167615&nbsp;FILIPE VICTOR PATRICIO DE SOUSA
              <input id="cd_Aluno_10" name="cd_Aluno_10" value="1167615" type="hidden"></td>
            
            <td id="colunaNotaAluno_1167615_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167615_154" id="ci_AlunoAvaliacao_1167615_154" value="89573105" type="hidden">
                <input name="nr_Nota_1167615_154" id="nr_Nota_1167615_154" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167615_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167615_160" id="ci_AlunoAvaliacao_1167615_160" value="92089748" type="hidden">
                <input name="nr_Nota_1167615_160" id="nr_Nota_1167615_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167615_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167615_530" id="ci_AlunoAvaliacao_1167615_530" value="89915182" type="hidden">
                <input name="nr_Nota_1167615_530" id="nr_Nota_1167615_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167615_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167615_780" id="ci_AlunoAvaliacao_1167615_780" value="88751228" type="hidden">
                <input name="nr_Nota_1167615_780" id="nr_Nota_1167615_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167615_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167615_800" id="ci_AlunoAvaliacao_1167615_800" value="89197964" type="hidden">
                <input name="nr_Nota_1167615_800" id="nr_Nota_1167615_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167615_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167615_890" id="ci_AlunoAvaliacao_1167615_890" value="88754848" type="hidden">
                <input name="nr_Nota_1167615_890" id="nr_Nota_1167615_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167615_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167615_970" id="ci_AlunoAvaliacao_1167615_970" value="88753421" type="hidden">
                <input name="nr_Nota_1167615_970" id="nr_Nota_1167615_970" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167615_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167615_3330" id="ci_AlunoAvaliacao_1167615_3330" value="89738746" type="hidden">
                <input name="nr_Nota_1167615_3330" id="nr_Nota_1167615_3330" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167615_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167615_1130" id="ci_AlunoAvaliacao_1167615_1130" value="89574501" type="hidden">
                <input name="nr_Nota_1167615_1130" id="nr_Nota_1167615_1130" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167615_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167615_1140" id="ci_AlunoAvaliacao_1167615_1140" value="89572644" type="hidden">
                <input name="nr_Nota_1167615_1140" id="nr_Nota_1167615_1140" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167615_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167615_1200" id="ci_AlunoAvaliacao_1167615_1200" value="89739262" type="hidden">
                <input name="nr_Nota_1167615_1200" id="nr_Nota_1167615_1200" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167615_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167615_1620" id="ci_AlunoAvaliacao_1167615_1620" value="89192755" type="hidden">
                <input name="nr_Nota_1167615_1620" id="nr_Nota_1167615_1620" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167615_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167615_1730" id="ci_AlunoAvaliacao_1167615_1730" value="89291340" type="hidden">
                <input name="nr_Nota_1167615_1730" id="nr_Nota_1167615_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1196226&nbsp;GEORGE MICHEL VIEIRA DE SA
              <input id="cd_Aluno_11" name="cd_Aluno_11" value="1196226" type="hidden"></td>
            
            <td id="colunaNotaAluno_1196226_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196226_154" id="ci_AlunoAvaliacao_1196226_154" value="89573106" type="hidden">
                <input name="nr_Nota_1196226_154" id="nr_Nota_1196226_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196226_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196226_160" id="ci_AlunoAvaliacao_1196226_160" value="92089749" type="hidden">
                <input name="nr_Nota_1196226_160" id="nr_Nota_1196226_160" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196226_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196226_530" id="ci_AlunoAvaliacao_1196226_530" value="89915183" type="hidden">
                <input name="nr_Nota_1196226_530" id="nr_Nota_1196226_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196226_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196226_780" id="ci_AlunoAvaliacao_1196226_780" value="88751229" type="hidden">
                <input name="nr_Nota_1196226_780" id="nr_Nota_1196226_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196226_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196226_800" id="ci_AlunoAvaliacao_1196226_800" value="89197965" type="hidden">
                <input name="nr_Nota_1196226_800" id="nr_Nota_1196226_800" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196226_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196226_890" id="ci_AlunoAvaliacao_1196226_890" value="88754849" type="hidden">
                <input name="nr_Nota_1196226_890" id="nr_Nota_1196226_890" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196226_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196226_970" id="ci_AlunoAvaliacao_1196226_970" value="88753422" type="hidden">
                <input name="nr_Nota_1196226_970" id="nr_Nota_1196226_970" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196226_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196226_3330" id="ci_AlunoAvaliacao_1196226_3330" value="89738747" type="hidden">
                <input name="nr_Nota_1196226_3330" id="nr_Nota_1196226_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196226_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196226_1130" id="ci_AlunoAvaliacao_1196226_1130" value="89574502" type="hidden">
                <input name="nr_Nota_1196226_1130" id="nr_Nota_1196226_1130" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196226_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196226_1140" id="ci_AlunoAvaliacao_1196226_1140" value="89572645" type="hidden">
                <input name="nr_Nota_1196226_1140" id="nr_Nota_1196226_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196226_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196226_1200" id="ci_AlunoAvaliacao_1196226_1200" value="89739263" type="hidden">
                <input name="nr_Nota_1196226_1200" id="nr_Nota_1196226_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196226_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196226_1620" id="ci_AlunoAvaliacao_1196226_1620" value="89192756" type="hidden">
                <input name="nr_Nota_1196226_1620" id="nr_Nota_1196226_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196226_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196226_1730" id="ci_AlunoAvaliacao_1196226_1730" value="89291341" type="hidden">
                <input name="nr_Nota_1196226_1730" id="nr_Nota_1196226_1730" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;894281&nbsp;GERALD PESSOA DE ALMEIDA
              <input id="cd_Aluno_12" name="cd_Aluno_12" value="894281" type="hidden"></td>
            
            <td id="colunaNotaAluno_894281_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894281_154" id="ci_AlunoAvaliacao_894281_154" value="89573107" type="hidden">
                <input name="nr_Nota_894281_154" id="nr_Nota_894281_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894281_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894281_160" id="ci_AlunoAvaliacao_894281_160" value="92089750" type="hidden">
                <input name="nr_Nota_894281_160" id="nr_Nota_894281_160" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894281_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894281_530" id="ci_AlunoAvaliacao_894281_530" value="89915184" type="hidden">
                <input name="nr_Nota_894281_530" id="nr_Nota_894281_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894281_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894281_780" id="ci_AlunoAvaliacao_894281_780" value="88751230" type="hidden">
                <input name="nr_Nota_894281_780" id="nr_Nota_894281_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894281_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894281_800" id="ci_AlunoAvaliacao_894281_800" value="89197966" type="hidden">
                <input name="nr_Nota_894281_800" id="nr_Nota_894281_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894281_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894281_890" id="ci_AlunoAvaliacao_894281_890" value="88754850" type="hidden">
                <input name="nr_Nota_894281_890" id="nr_Nota_894281_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894281_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894281_970" id="ci_AlunoAvaliacao_894281_970" value="88753423" type="hidden">
                <input name="nr_Nota_894281_970" id="nr_Nota_894281_970" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894281_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894281_3330" id="ci_AlunoAvaliacao_894281_3330" value="89738748" type="hidden">
                <input name="nr_Nota_894281_3330" id="nr_Nota_894281_3330" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894281_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894281_1130" id="ci_AlunoAvaliacao_894281_1130" value="89574503" type="hidden">
                <input name="nr_Nota_894281_1130" id="nr_Nota_894281_1130" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894281_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894281_1140" id="ci_AlunoAvaliacao_894281_1140" value="89572646" type="hidden">
                <input name="nr_Nota_894281_1140" id="nr_Nota_894281_1140" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894281_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894281_1200" id="ci_AlunoAvaliacao_894281_1200" value="89739264" type="hidden">
                <input name="nr_Nota_894281_1200" id="nr_Nota_894281_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894281_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894281_1620" id="ci_AlunoAvaliacao_894281_1620" value="89192757" type="hidden">
                <input name="nr_Nota_894281_1620" id="nr_Nota_894281_1620" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894281_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894281_1730" id="ci_AlunoAvaliacao_894281_1730" value="89291342" type="hidden">
                <input name="nr_Nota_894281_1730" id="nr_Nota_894281_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;889605&nbsp;GILMAR FERRERIA DA SILVA
              <input id="cd_Aluno_13" name="cd_Aluno_13" value="889605" type="hidden"></td>
            
            <td id="colunaNotaAluno_889605_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889605_154" id="ci_AlunoAvaliacao_889605_154" value="89573108" type="hidden">
                <input name="nr_Nota_889605_154" id="nr_Nota_889605_154" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889605_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889605_160" id="ci_AlunoAvaliacao_889605_160" value="92089751" type="hidden">
                <input name="nr_Nota_889605_160" id="nr_Nota_889605_160" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889605_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889605_530" id="ci_AlunoAvaliacao_889605_530" value="89915185" type="hidden">
                <input name="nr_Nota_889605_530" id="nr_Nota_889605_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889605_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889605_780" id="ci_AlunoAvaliacao_889605_780" value="88751231" type="hidden">
                <input name="nr_Nota_889605_780" id="nr_Nota_889605_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889605_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889605_800" id="ci_AlunoAvaliacao_889605_800" value="89197967" type="hidden">
                <input name="nr_Nota_889605_800" id="nr_Nota_889605_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889605_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889605_890" id="ci_AlunoAvaliacao_889605_890" value="88754851" type="hidden">
                <input name="nr_Nota_889605_890" id="nr_Nota_889605_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889605_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889605_970" id="ci_AlunoAvaliacao_889605_970" value="88753424" type="hidden">
                <input name="nr_Nota_889605_970" id="nr_Nota_889605_970" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889605_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889605_3330" id="ci_AlunoAvaliacao_889605_3330" value="89738749" type="hidden">
                <input name="nr_Nota_889605_3330" id="nr_Nota_889605_3330" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889605_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889605_1130" id="ci_AlunoAvaliacao_889605_1130" value="89574504" type="hidden">
                <input name="nr_Nota_889605_1130" id="nr_Nota_889605_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889605_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889605_1140" id="ci_AlunoAvaliacao_889605_1140" value="89572647" type="hidden">
                <input name="nr_Nota_889605_1140" id="nr_Nota_889605_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889605_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889605_1200" id="ci_AlunoAvaliacao_889605_1200" value="89739265" type="hidden">
                <input name="nr_Nota_889605_1200" id="nr_Nota_889605_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889605_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889605_1620" id="ci_AlunoAvaliacao_889605_1620" value="89192758" type="hidden">
                <input name="nr_Nota_889605_1620" id="nr_Nota_889605_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889605_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889605_1730" id="ci_AlunoAvaliacao_889605_1730" value="89291343" type="hidden">
                <input name="nr_Nota_889605_1730" id="nr_Nota_889605_1730" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;900658&nbsp;INGRID CARNEIRO DE OLIVEIRA
              <input id="cd_Aluno_14" name="cd_Aluno_14" value="900658" type="hidden"></td>
            
            <td id="colunaNotaAluno_900658_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_900658_154" id="ci_AlunoAvaliacao_900658_154" value="89573109" type="hidden">
                <input name="nr_Nota_900658_154" id="nr_Nota_900658_154" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_900658_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_900658_160" id="ci_AlunoAvaliacao_900658_160" value="92089752" type="hidden">
                <input name="nr_Nota_900658_160" id="nr_Nota_900658_160" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_900658_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_900658_530" id="ci_AlunoAvaliacao_900658_530" value="89915186" type="hidden">
                <input name="nr_Nota_900658_530" id="nr_Nota_900658_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_900658_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_900658_780" id="ci_AlunoAvaliacao_900658_780" value="88751232" type="hidden">
                <input name="nr_Nota_900658_780" id="nr_Nota_900658_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_900658_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_900658_800" id="ci_AlunoAvaliacao_900658_800" value="89197968" type="hidden">
                <input name="nr_Nota_900658_800" id="nr_Nota_900658_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_900658_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_900658_890" id="ci_AlunoAvaliacao_900658_890" value="88754852" type="hidden">
                <input name="nr_Nota_900658_890" id="nr_Nota_900658_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_900658_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_900658_970" id="ci_AlunoAvaliacao_900658_970" value="88753425" type="hidden">
                <input name="nr_Nota_900658_970" id="nr_Nota_900658_970" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_900658_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_900658_3330" id="ci_AlunoAvaliacao_900658_3330" value="89738750" type="hidden">
                <input name="nr_Nota_900658_3330" id="nr_Nota_900658_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_900658_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_900658_1130" id="ci_AlunoAvaliacao_900658_1130" value="89574505" type="hidden">
                <input name="nr_Nota_900658_1130" id="nr_Nota_900658_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_900658_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_900658_1140" id="ci_AlunoAvaliacao_900658_1140" value="89572648" type="hidden">
                <input name="nr_Nota_900658_1140" id="nr_Nota_900658_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_900658_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_900658_1200" id="ci_AlunoAvaliacao_900658_1200" value="89739266" type="hidden">
                <input name="nr_Nota_900658_1200" id="nr_Nota_900658_1200" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_900658_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_900658_1620" id="ci_AlunoAvaliacao_900658_1620" value="89192759" type="hidden">
                <input name="nr_Nota_900658_1620" id="nr_Nota_900658_1620" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_900658_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_900658_1730" id="ci_AlunoAvaliacao_900658_1730" value="89291344" type="hidden">
                <input name="nr_Nota_900658_1730" id="nr_Nota_900658_1730" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1202167&nbsp;JANIELLY DE MENEZES LIMA
              <input id="cd_Aluno_15" name="cd_Aluno_15" value="1202167" type="hidden"></td>
            
            <td id="colunaNotaAluno_1202167_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202167_154" id="ci_AlunoAvaliacao_1202167_154" value="89573110" type="hidden">
                <input name="nr_Nota_1202167_154" id="nr_Nota_1202167_154" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202167_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202167_160" id="ci_AlunoAvaliacao_1202167_160" value="92089753" type="hidden">
                <input name="nr_Nota_1202167_160" id="nr_Nota_1202167_160" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202167_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202167_530" id="ci_AlunoAvaliacao_1202167_530" value="89915187" type="hidden">
                <input name="nr_Nota_1202167_530" id="nr_Nota_1202167_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202167_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202167_780" id="ci_AlunoAvaliacao_1202167_780" value="88751233" type="hidden">
                <input name="nr_Nota_1202167_780" id="nr_Nota_1202167_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202167_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202167_800" id="ci_AlunoAvaliacao_1202167_800" value="89197969" type="hidden">
                <input name="nr_Nota_1202167_800" id="nr_Nota_1202167_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202167_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202167_890" id="ci_AlunoAvaliacao_1202167_890" value="88754853" type="hidden">
                <input name="nr_Nota_1202167_890" id="nr_Nota_1202167_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202167_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202167_970" id="ci_AlunoAvaliacao_1202167_970" value="88753426" type="hidden">
                <input name="nr_Nota_1202167_970" id="nr_Nota_1202167_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202167_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202167_3330" id="ci_AlunoAvaliacao_1202167_3330" value="89738751" type="hidden">
                <input name="nr_Nota_1202167_3330" id="nr_Nota_1202167_3330" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202167_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202167_1130" id="ci_AlunoAvaliacao_1202167_1130" value="89574506" type="hidden">
                <input name="nr_Nota_1202167_1130" id="nr_Nota_1202167_1130" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202167_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202167_1140" id="ci_AlunoAvaliacao_1202167_1140" value="89572649" type="hidden">
                <input name="nr_Nota_1202167_1140" id="nr_Nota_1202167_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202167_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202167_1200" id="ci_AlunoAvaliacao_1202167_1200" value="89739267" type="hidden">
                <input name="nr_Nota_1202167_1200" id="nr_Nota_1202167_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202167_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202167_1620" id="ci_AlunoAvaliacao_1202167_1620" value="89192760" type="hidden">
                <input name="nr_Nota_1202167_1620" id="nr_Nota_1202167_1620" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202167_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202167_1730" id="ci_AlunoAvaliacao_1202167_1730" value="89291345" type="hidden">
                <input name="nr_Nota_1202167_1730" id="nr_Nota_1202167_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1201715&nbsp;JESSICA RODRIGUES CARVALHO
              <input id="cd_Aluno_16" name="cd_Aluno_16" value="1201715" type="hidden"></td>
            
            <td id="colunaNotaAluno_1201715_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201715_154" id="ci_AlunoAvaliacao_1201715_154" value="89573111" type="hidden">
                <input name="nr_Nota_1201715_154" id="nr_Nota_1201715_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201715_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201715_160" id="ci_AlunoAvaliacao_1201715_160" value="92089754" type="hidden">
                <input name="nr_Nota_1201715_160" id="nr_Nota_1201715_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201715_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201715_530" id="ci_AlunoAvaliacao_1201715_530" value="89915188" type="hidden">
                <input name="nr_Nota_1201715_530" id="nr_Nota_1201715_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201715_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201715_780" id="ci_AlunoAvaliacao_1201715_780" value="88751234" type="hidden">
                <input name="nr_Nota_1201715_780" id="nr_Nota_1201715_780" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201715_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201715_800" id="ci_AlunoAvaliacao_1201715_800" value="89197970" type="hidden">
                <input name="nr_Nota_1201715_800" id="nr_Nota_1201715_800" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201715_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201715_890" id="ci_AlunoAvaliacao_1201715_890" value="88754854" type="hidden">
                <input name="nr_Nota_1201715_890" id="nr_Nota_1201715_890" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201715_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201715_970" id="ci_AlunoAvaliacao_1201715_970" value="88753427" type="hidden">
                <input name="nr_Nota_1201715_970" id="nr_Nota_1201715_970" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201715_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201715_3330" id="ci_AlunoAvaliacao_1201715_3330" value="89738752" type="hidden">
                <input name="nr_Nota_1201715_3330" id="nr_Nota_1201715_3330" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201715_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201715_1130" id="ci_AlunoAvaliacao_1201715_1130" value="89574507" type="hidden">
                <input name="nr_Nota_1201715_1130" id="nr_Nota_1201715_1130" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201715_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201715_1140" id="ci_AlunoAvaliacao_1201715_1140" value="89572650" type="hidden">
                <input name="nr_Nota_1201715_1140" id="nr_Nota_1201715_1140" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201715_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201715_1200" id="ci_AlunoAvaliacao_1201715_1200" value="89739268" type="hidden">
                <input name="nr_Nota_1201715_1200" id="nr_Nota_1201715_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201715_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201715_1620" id="ci_AlunoAvaliacao_1201715_1620" value="89192761" type="hidden">
                <input name="nr_Nota_1201715_1620" id="nr_Nota_1201715_1620" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201715_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201715_1730" id="ci_AlunoAvaliacao_1201715_1730" value="89291346" type="hidden">
                <input name="nr_Nota_1201715_1730" id="nr_Nota_1201715_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1201892&nbsp;JOAO VICTOR DE SOUSA BARRETO
              <input id="cd_Aluno_17" name="cd_Aluno_17" value="1201892" type="hidden"></td>
            
            <td id="colunaNotaAluno_1201892_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201892_154" id="ci_AlunoAvaliacao_1201892_154" value="89573112" type="hidden">
                <input name="nr_Nota_1201892_154" id="nr_Nota_1201892_154" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201892_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201892_160" id="ci_AlunoAvaliacao_1201892_160" value="92089755" type="hidden">
                <input name="nr_Nota_1201892_160" id="nr_Nota_1201892_160" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201892_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201892_530" id="ci_AlunoAvaliacao_1201892_530" value="89915189" type="hidden">
                <input name="nr_Nota_1201892_530" id="nr_Nota_1201892_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201892_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201892_780" id="ci_AlunoAvaliacao_1201892_780" value="88751235" type="hidden">
                <input name="nr_Nota_1201892_780" id="nr_Nota_1201892_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201892_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201892_800" id="ci_AlunoAvaliacao_1201892_800" value="89197971" type="hidden">
                <input name="nr_Nota_1201892_800" id="nr_Nota_1201892_800" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201892_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201892_890" id="ci_AlunoAvaliacao_1201892_890" value="88754855" type="hidden">
                <input name="nr_Nota_1201892_890" id="nr_Nota_1201892_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201892_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201892_970" id="ci_AlunoAvaliacao_1201892_970" value="88753428" type="hidden">
                <input name="nr_Nota_1201892_970" id="nr_Nota_1201892_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201892_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201892_3330" id="ci_AlunoAvaliacao_1201892_3330" value="89738753" type="hidden">
                <input name="nr_Nota_1201892_3330" id="nr_Nota_1201892_3330" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201892_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201892_1130" id="ci_AlunoAvaliacao_1201892_1130" value="89574508" type="hidden">
                <input name="nr_Nota_1201892_1130" id="nr_Nota_1201892_1130" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201892_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201892_1140" id="ci_AlunoAvaliacao_1201892_1140" value="89572651" type="hidden">
                <input name="nr_Nota_1201892_1140" id="nr_Nota_1201892_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201892_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201892_1200" id="ci_AlunoAvaliacao_1201892_1200" value="89739269" type="hidden">
                <input name="nr_Nota_1201892_1200" id="nr_Nota_1201892_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201892_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201892_1620" id="ci_AlunoAvaliacao_1201892_1620" value="89192762" type="hidden">
                <input name="nr_Nota_1201892_1620" id="nr_Nota_1201892_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201892_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201892_1730" id="ci_AlunoAvaliacao_1201892_1730" value="89291347" type="hidden">
                <input name="nr_Nota_1201892_1730" id="nr_Nota_1201892_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1197763&nbsp;JOSE ALBERTH VASCONCELOS FLORENCIO
              <input id="cd_Aluno_18" name="cd_Aluno_18" value="1197763" type="hidden"></td>
            
            <td id="colunaNotaAluno_1197763_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197763_154" id="ci_AlunoAvaliacao_1197763_154" value="89573113" type="hidden">
                <input name="nr_Nota_1197763_154" id="nr_Nota_1197763_154" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197763_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197763_160" id="ci_AlunoAvaliacao_1197763_160" value="92089756" type="hidden">
                <input name="nr_Nota_1197763_160" id="nr_Nota_1197763_160" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197763_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197763_530" id="ci_AlunoAvaliacao_1197763_530" value="89915191" type="hidden">
                <input name="nr_Nota_1197763_530" id="nr_Nota_1197763_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197763_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197763_780" id="ci_AlunoAvaliacao_1197763_780" value="88751236" type="hidden">
                <input name="nr_Nota_1197763_780" id="nr_Nota_1197763_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197763_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197763_800" id="ci_AlunoAvaliacao_1197763_800" value="89197972" type="hidden">
                <input name="nr_Nota_1197763_800" id="nr_Nota_1197763_800" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197763_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197763_890" id="ci_AlunoAvaliacao_1197763_890" value="88754856" type="hidden">
                <input name="nr_Nota_1197763_890" id="nr_Nota_1197763_890" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197763_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197763_970" id="ci_AlunoAvaliacao_1197763_970" value="88753429" type="hidden">
                <input name="nr_Nota_1197763_970" id="nr_Nota_1197763_970" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197763_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197763_3330" id="ci_AlunoAvaliacao_1197763_3330" value="89738754" type="hidden">
                <input name="nr_Nota_1197763_3330" id="nr_Nota_1197763_3330" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197763_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197763_1130" id="ci_AlunoAvaliacao_1197763_1130" value="89574509" type="hidden">
                <input name="nr_Nota_1197763_1130" id="nr_Nota_1197763_1130" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197763_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197763_1140" id="ci_AlunoAvaliacao_1197763_1140" value="89572652" type="hidden">
                <input name="nr_Nota_1197763_1140" id="nr_Nota_1197763_1140" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197763_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197763_1200" id="ci_AlunoAvaliacao_1197763_1200" value="89739270" type="hidden">
                <input name="nr_Nota_1197763_1200" id="nr_Nota_1197763_1200" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197763_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197763_1620" id="ci_AlunoAvaliacao_1197763_1620" value="89192763" type="hidden">
                <input name="nr_Nota_1197763_1620" id="nr_Nota_1197763_1620" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197763_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197763_1730" id="ci_AlunoAvaliacao_1197763_1730" value="89291348" type="hidden">
                <input name="nr_Nota_1197763_1730" id="nr_Nota_1197763_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1196138&nbsp;KAMILA KATHELEY DAMASCENO DE SALES
              <input id="cd_Aluno_19" name="cd_Aluno_19" value="1196138" type="hidden"></td>
            
            <td id="colunaNotaAluno_1196138_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196138_154" id="ci_AlunoAvaliacao_1196138_154" value="89573114" type="hidden">
                <input name="nr_Nota_1196138_154" id="nr_Nota_1196138_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196138_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196138_160" id="ci_AlunoAvaliacao_1196138_160" value="92089757" type="hidden">
                <input name="nr_Nota_1196138_160" id="nr_Nota_1196138_160" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196138_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196138_530" id="ci_AlunoAvaliacao_1196138_530" value="89915192" type="hidden">
                <input name="nr_Nota_1196138_530" id="nr_Nota_1196138_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196138_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196138_780" id="ci_AlunoAvaliacao_1196138_780" value="88751237" type="hidden">
                <input name="nr_Nota_1196138_780" id="nr_Nota_1196138_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196138_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196138_800" id="ci_AlunoAvaliacao_1196138_800" value="89197973" type="hidden">
                <input name="nr_Nota_1196138_800" id="nr_Nota_1196138_800" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196138_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196138_890" id="ci_AlunoAvaliacao_1196138_890" value="88754857" type="hidden">
                <input name="nr_Nota_1196138_890" id="nr_Nota_1196138_890" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196138_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196138_970" id="ci_AlunoAvaliacao_1196138_970" value="88753430" type="hidden">
                <input name="nr_Nota_1196138_970" id="nr_Nota_1196138_970" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196138_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196138_3330" id="ci_AlunoAvaliacao_1196138_3330" value="89738755" type="hidden">
                <input name="nr_Nota_1196138_3330" id="nr_Nota_1196138_3330" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196138_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196138_1130" id="ci_AlunoAvaliacao_1196138_1130" value="89574510" type="hidden">
                <input name="nr_Nota_1196138_1130" id="nr_Nota_1196138_1130" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196138_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196138_1140" id="ci_AlunoAvaliacao_1196138_1140" value="89572653" type="hidden">
                <input name="nr_Nota_1196138_1140" id="nr_Nota_1196138_1140" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196138_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196138_1200" id="ci_AlunoAvaliacao_1196138_1200" value="89739271" type="hidden">
                <input name="nr_Nota_1196138_1200" id="nr_Nota_1196138_1200" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196138_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196138_1620" id="ci_AlunoAvaliacao_1196138_1620" value="89192764" type="hidden">
                <input name="nr_Nota_1196138_1620" id="nr_Nota_1196138_1620" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196138_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196138_1730" id="ci_AlunoAvaliacao_1196138_1730" value="89291349" type="hidden">
                <input name="nr_Nota_1196138_1730" id="nr_Nota_1196138_1730" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1196010&nbsp;LIDIANE NAGILA DE SOUSA LOPES
              <input id="cd_Aluno_20" name="cd_Aluno_20" value="1196010" type="hidden"></td>
            
            <td id="colunaNotaAluno_1196010_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196010_154" id="ci_AlunoAvaliacao_1196010_154" value="89573115" type="hidden">
                <input name="nr_Nota_1196010_154" id="nr_Nota_1196010_154" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196010_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196010_160" id="ci_AlunoAvaliacao_1196010_160" value="92089758" type="hidden">
                <input name="nr_Nota_1196010_160" id="nr_Nota_1196010_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196010_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196010_530" id="ci_AlunoAvaliacao_1196010_530" value="89915193" type="hidden">
                <input name="nr_Nota_1196010_530" id="nr_Nota_1196010_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196010_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196010_780" id="ci_AlunoAvaliacao_1196010_780" value="88751238" type="hidden">
                <input name="nr_Nota_1196010_780" id="nr_Nota_1196010_780" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196010_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196010_800" id="ci_AlunoAvaliacao_1196010_800" value="89197974" type="hidden">
                <input name="nr_Nota_1196010_800" id="nr_Nota_1196010_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196010_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196010_890" id="ci_AlunoAvaliacao_1196010_890" value="88754858" type="hidden">
                <input name="nr_Nota_1196010_890" id="nr_Nota_1196010_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196010_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196010_970" id="ci_AlunoAvaliacao_1196010_970" value="88753431" type="hidden">
                <input name="nr_Nota_1196010_970" id="nr_Nota_1196010_970" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196010_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196010_3330" id="ci_AlunoAvaliacao_1196010_3330" value="89738756" type="hidden">
                <input name="nr_Nota_1196010_3330" id="nr_Nota_1196010_3330" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196010_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196010_1130" id="ci_AlunoAvaliacao_1196010_1130" value="89574511" type="hidden">
                <input name="nr_Nota_1196010_1130" id="nr_Nota_1196010_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196010_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196010_1140" id="ci_AlunoAvaliacao_1196010_1140" value="89572655" type="hidden">
                <input name="nr_Nota_1196010_1140" id="nr_Nota_1196010_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196010_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196010_1200" id="ci_AlunoAvaliacao_1196010_1200" value="89739272" type="hidden">
                <input name="nr_Nota_1196010_1200" id="nr_Nota_1196010_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196010_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196010_1620" id="ci_AlunoAvaliacao_1196010_1620" value="89192765" type="hidden">
                <input name="nr_Nota_1196010_1620" id="nr_Nota_1196010_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196010_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196010_1730" id="ci_AlunoAvaliacao_1196010_1730" value="89291350" type="hidden">
                <input name="nr_Nota_1196010_1730" id="nr_Nota_1196010_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1170832&nbsp;LILIAN RAMOS
              <input id="cd_Aluno_21" name="cd_Aluno_21" value="1170832" type="hidden"></td>
            
            <td id="colunaNotaAluno_1170832_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1170832_154" id="ci_AlunoAvaliacao_1170832_154" value="89573116" type="hidden">
                <input name="nr_Nota_1170832_154" id="nr_Nota_1170832_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1170832_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1170832_160" id="ci_AlunoAvaliacao_1170832_160" value="92089759" type="hidden">
                <input name="nr_Nota_1170832_160" id="nr_Nota_1170832_160" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1170832_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1170832_530" id="ci_AlunoAvaliacao_1170832_530" value="89915194" type="hidden">
                <input name="nr_Nota_1170832_530" id="nr_Nota_1170832_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1170832_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1170832_780" id="ci_AlunoAvaliacao_1170832_780" value="88751239" type="hidden">
                <input name="nr_Nota_1170832_780" id="nr_Nota_1170832_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1170832_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1170832_800" id="ci_AlunoAvaliacao_1170832_800" value="89197975" type="hidden">
                <input name="nr_Nota_1170832_800" id="nr_Nota_1170832_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1170832_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1170832_890" id="ci_AlunoAvaliacao_1170832_890" value="88754859" type="hidden">
                <input name="nr_Nota_1170832_890" id="nr_Nota_1170832_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1170832_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1170832_970" id="ci_AlunoAvaliacao_1170832_970" value="88753432" type="hidden">
                <input name="nr_Nota_1170832_970" id="nr_Nota_1170832_970" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1170832_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1170832_3330" id="ci_AlunoAvaliacao_1170832_3330" value="89738757" type="hidden">
                <input name="nr_Nota_1170832_3330" id="nr_Nota_1170832_3330" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1170832_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1170832_1130" id="ci_AlunoAvaliacao_1170832_1130" value="89574512" type="hidden">
                <input name="nr_Nota_1170832_1130" id="nr_Nota_1170832_1130" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1170832_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1170832_1140" id="ci_AlunoAvaliacao_1170832_1140" value="89572656" type="hidden">
                <input name="nr_Nota_1170832_1140" id="nr_Nota_1170832_1140" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1170832_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1170832_1200" id="ci_AlunoAvaliacao_1170832_1200" value="89739273" type="hidden">
                <input name="nr_Nota_1170832_1200" id="nr_Nota_1170832_1200" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1170832_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1170832_1620" id="ci_AlunoAvaliacao_1170832_1620" value="89192766" type="hidden">
                <input name="nr_Nota_1170832_1620" id="nr_Nota_1170832_1620" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1170832_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1170832_1730" id="ci_AlunoAvaliacao_1170832_1730" value="89291351" type="hidden">
                <input name="nr_Nota_1170832_1730" id="nr_Nota_1170832_1730" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1196026&nbsp;LUCAS ALVES DE OLIVEIRA
              <input id="cd_Aluno_22" name="cd_Aluno_22" value="1196026" type="hidden"></td>
            
            <td id="colunaNotaAluno_1196026_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196026_154" id="ci_AlunoAvaliacao_1196026_154" value="89573839" type="hidden">
                <input name="nr_Nota_1196026_154" id="nr_Nota_1196026_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196026_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196026_160" id="ci_AlunoAvaliacao_1196026_160" value="92089760" type="hidden">
                <input name="nr_Nota_1196026_160" id="nr_Nota_1196026_160" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196026_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196026_530" id="ci_AlunoAvaliacao_1196026_530" value="89915195" type="hidden">
                <input name="nr_Nota_1196026_530" id="nr_Nota_1196026_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196026_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196026_780" id="ci_AlunoAvaliacao_1196026_780" value="88751240" type="hidden">
                <input name="nr_Nota_1196026_780" id="nr_Nota_1196026_780" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196026_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196026_800" id="ci_AlunoAvaliacao_1196026_800" value="89197976" type="hidden">
                <input name="nr_Nota_1196026_800" id="nr_Nota_1196026_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196026_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196026_890" id="ci_AlunoAvaliacao_1196026_890" value="88754860" type="hidden">
                <input name="nr_Nota_1196026_890" id="nr_Nota_1196026_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196026_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196026_970" id="ci_AlunoAvaliacao_1196026_970" value="88753433" type="hidden">
                <input name="nr_Nota_1196026_970" id="nr_Nota_1196026_970" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196026_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196026_3330" id="ci_AlunoAvaliacao_1196026_3330" value="89738758" type="hidden">
                <input name="nr_Nota_1196026_3330" id="nr_Nota_1196026_3330" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196026_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196026_1130" id="ci_AlunoAvaliacao_1196026_1130" value="89574513" type="hidden">
                <input name="nr_Nota_1196026_1130" id="nr_Nota_1196026_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196026_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196026_1140" id="ci_AlunoAvaliacao_1196026_1140" value="89572660" type="hidden">
                <input name="nr_Nota_1196026_1140" id="nr_Nota_1196026_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196026_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196026_1200" id="ci_AlunoAvaliacao_1196026_1200" value="89739274" type="hidden">
                <input name="nr_Nota_1196026_1200" id="nr_Nota_1196026_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196026_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196026_1620" id="ci_AlunoAvaliacao_1196026_1620" value="89192767" type="hidden">
                <input name="nr_Nota_1196026_1620" id="nr_Nota_1196026_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196026_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196026_1730" id="ci_AlunoAvaliacao_1196026_1730" value="89291352" type="hidden">
                <input name="nr_Nota_1196026_1730" id="nr_Nota_1196026_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1167640&nbsp;LUCAS FERREIRA CASSIANO
              <input id="cd_Aluno_23" name="cd_Aluno_23" value="1167640" type="hidden"></td>
            
            <td id="colunaNotaAluno_1167640_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167640_154" id="ci_AlunoAvaliacao_1167640_154" value="89573840" type="hidden">
                <input name="nr_Nota_1167640_154" id="nr_Nota_1167640_154" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167640_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167640_160" id="ci_AlunoAvaliacao_1167640_160" value="92089761" type="hidden">
                <input name="nr_Nota_1167640_160" id="nr_Nota_1167640_160" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167640_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167640_530" id="ci_AlunoAvaliacao_1167640_530" value="89915196" type="hidden">
                <input name="nr_Nota_1167640_530" id="nr_Nota_1167640_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167640_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167640_780" id="ci_AlunoAvaliacao_1167640_780" value="88751241" type="hidden">
                <input name="nr_Nota_1167640_780" id="nr_Nota_1167640_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167640_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167640_800" id="ci_AlunoAvaliacao_1167640_800" value="89197977" type="hidden">
                <input name="nr_Nota_1167640_800" id="nr_Nota_1167640_800" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167640_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167640_890" id="ci_AlunoAvaliacao_1167640_890" value="88754861" type="hidden">
                <input name="nr_Nota_1167640_890" id="nr_Nota_1167640_890" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167640_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167640_970" id="ci_AlunoAvaliacao_1167640_970" value="88753434" type="hidden">
                <input name="nr_Nota_1167640_970" id="nr_Nota_1167640_970" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167640_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167640_3330" id="ci_AlunoAvaliacao_1167640_3330" value="89738759" type="hidden">
                <input name="nr_Nota_1167640_3330" id="nr_Nota_1167640_3330" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167640_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167640_1130" id="ci_AlunoAvaliacao_1167640_1130" value="89574514" type="hidden">
                <input name="nr_Nota_1167640_1130" id="nr_Nota_1167640_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167640_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167640_1140" id="ci_AlunoAvaliacao_1167640_1140" value="89572664" type="hidden">
                <input name="nr_Nota_1167640_1140" id="nr_Nota_1167640_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167640_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167640_1200" id="ci_AlunoAvaliacao_1167640_1200" value="89739275" type="hidden">
                <input name="nr_Nota_1167640_1200" id="nr_Nota_1167640_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167640_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167640_1620" id="ci_AlunoAvaliacao_1167640_1620" value="89192768" type="hidden">
                <input name="nr_Nota_1167640_1620" id="nr_Nota_1167640_1620" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167640_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167640_1730" id="ci_AlunoAvaliacao_1167640_1730" value="89291353" type="hidden">
                <input name="nr_Nota_1167640_1730" id="nr_Nota_1167640_1730" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1201870&nbsp;LUCAS MATHEUS VASCONCELOS SANTOS
              <input id="cd_Aluno_24" name="cd_Aluno_24" value="1201870" type="hidden"></td>
            
            <td id="colunaNotaAluno_1201870_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201870_154" id="ci_AlunoAvaliacao_1201870_154" value="89573841" type="hidden">
                <input name="nr_Nota_1201870_154" id="nr_Nota_1201870_154" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201870_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201870_160" id="ci_AlunoAvaliacao_1201870_160" value="92089762" type="hidden">
                <input name="nr_Nota_1201870_160" id="nr_Nota_1201870_160" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201870_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201870_530" id="ci_AlunoAvaliacao_1201870_530" value="89915197" type="hidden">
                <input name="nr_Nota_1201870_530" id="nr_Nota_1201870_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201870_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201870_780" id="ci_AlunoAvaliacao_1201870_780" value="88751242" type="hidden">
                <input name="nr_Nota_1201870_780" id="nr_Nota_1201870_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201870_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201870_800" id="ci_AlunoAvaliacao_1201870_800" value="89197978" type="hidden">
                <input name="nr_Nota_1201870_800" id="nr_Nota_1201870_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201870_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201870_890" id="ci_AlunoAvaliacao_1201870_890" value="88754862" type="hidden">
                <input name="nr_Nota_1201870_890" id="nr_Nota_1201870_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201870_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201870_970" id="ci_AlunoAvaliacao_1201870_970" value="88753435" type="hidden">
                <input name="nr_Nota_1201870_970" id="nr_Nota_1201870_970" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201870_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201870_3330" id="ci_AlunoAvaliacao_1201870_3330" value="89738760" type="hidden">
                <input name="nr_Nota_1201870_3330" id="nr_Nota_1201870_3330" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201870_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201870_1130" id="ci_AlunoAvaliacao_1201870_1130" value="89574515" type="hidden">
                <input name="nr_Nota_1201870_1130" id="nr_Nota_1201870_1130" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201870_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201870_1140" id="ci_AlunoAvaliacao_1201870_1140" value="89572666" type="hidden">
                <input name="nr_Nota_1201870_1140" id="nr_Nota_1201870_1140" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201870_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201870_1200" id="ci_AlunoAvaliacao_1201870_1200" value="89739276" type="hidden">
                <input name="nr_Nota_1201870_1200" id="nr_Nota_1201870_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201870_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201870_1620" id="ci_AlunoAvaliacao_1201870_1620" value="89192769" type="hidden">
                <input name="nr_Nota_1201870_1620" id="nr_Nota_1201870_1620" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201870_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201870_1730" id="ci_AlunoAvaliacao_1201870_1730" value="89291354" type="hidden">
                <input name="nr_Nota_1201870_1730" id="nr_Nota_1201870_1730" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1298454&nbsp;LUCAS RODRIGUES VIEIRA
              <input id="cd_Aluno_25" name="cd_Aluno_25" value="1298454" type="hidden"></td>
            
            <td id="colunaNotaAluno_1298454_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1298454_154" id="ci_AlunoAvaliacao_1298454_154" value="101988902" type="hidden">
                <input name="nr_Nota_1298454_154" id="nr_Nota_1298454_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1298454_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1298454_160" id="ci_AlunoAvaliacao_1298454_160" value="101988903" type="hidden">
                <input name="nr_Nota_1298454_160" id="nr_Nota_1298454_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1298454_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1298454_530" id="ci_AlunoAvaliacao_1298454_530" value="101988904" type="hidden">
                <input name="nr_Nota_1298454_530" id="nr_Nota_1298454_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1298454_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1298454_780" id="ci_AlunoAvaliacao_1298454_780" value="101988905" type="hidden">
                <input name="nr_Nota_1298454_780" id="nr_Nota_1298454_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1298454_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1298454_800" id="ci_AlunoAvaliacao_1298454_800" value="101988906" type="hidden">
                <input name="nr_Nota_1298454_800" id="nr_Nota_1298454_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1298454_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1298454_890" id="ci_AlunoAvaliacao_1298454_890" value="101988907" type="hidden">
                <input name="nr_Nota_1298454_890" id="nr_Nota_1298454_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1298454_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1298454_970" id="ci_AlunoAvaliacao_1298454_970" value="84312036" type="hidden">
                <input name="nr_Nota_1298454_970" id="nr_Nota_1298454_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1298454_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1298454_3330" id="ci_AlunoAvaliacao_1298454_3330" value="101988908" type="hidden">
                <input name="nr_Nota_1298454_3330" id="nr_Nota_1298454_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1298454_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1298454_1130" id="ci_AlunoAvaliacao_1298454_1130" value="101988909" type="hidden">
                <input name="nr_Nota_1298454_1130" id="nr_Nota_1298454_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1298454_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1298454_1140" id="ci_AlunoAvaliacao_1298454_1140" value="101988910" type="hidden">
                <input name="nr_Nota_1298454_1140" id="nr_Nota_1298454_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1298454_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1298454_1200" id="ci_AlunoAvaliacao_1298454_1200" value="101988911" type="hidden">
                <input name="nr_Nota_1298454_1200" id="nr_Nota_1298454_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1298454_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1298454_1620" id="ci_AlunoAvaliacao_1298454_1620" value="101988912" type="hidden">
                <input name="nr_Nota_1298454_1620" id="nr_Nota_1298454_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1298454_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1298454_1730" id="ci_AlunoAvaliacao_1298454_1730" value="101988913" type="hidden">
                <input name="nr_Nota_1298454_1730" id="nr_Nota_1298454_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1197869&nbsp;PAOLA BRUNA SOUSA GOMES
              <input id="cd_Aluno_26" name="cd_Aluno_26" value="1197869" type="hidden"></td>
            
            <td id="colunaNotaAluno_1197869_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197869_154" id="ci_AlunoAvaliacao_1197869_154" value="89573842" type="hidden">
                <input name="nr_Nota_1197869_154" id="nr_Nota_1197869_154" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197869_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197869_160" id="ci_AlunoAvaliacao_1197869_160" value="92089763" type="hidden">
                <input name="nr_Nota_1197869_160" id="nr_Nota_1197869_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197869_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197869_530" id="ci_AlunoAvaliacao_1197869_530" value="89915198" type="hidden">
                <input name="nr_Nota_1197869_530" id="nr_Nota_1197869_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197869_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197869_780" id="ci_AlunoAvaliacao_1197869_780" value="88751243" type="hidden">
                <input name="nr_Nota_1197869_780" id="nr_Nota_1197869_780" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197869_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197869_800" id="ci_AlunoAvaliacao_1197869_800" value="89197979" type="hidden">
                <input name="nr_Nota_1197869_800" id="nr_Nota_1197869_800" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197869_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197869_890" id="ci_AlunoAvaliacao_1197869_890" value="88754863" type="hidden">
                <input name="nr_Nota_1197869_890" id="nr_Nota_1197869_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197869_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197869_970" id="ci_AlunoAvaliacao_1197869_970" value="88753436" type="hidden">
                <input name="nr_Nota_1197869_970" id="nr_Nota_1197869_970" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197869_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197869_3330" id="ci_AlunoAvaliacao_1197869_3330" value="89738761" type="hidden">
                <input name="nr_Nota_1197869_3330" id="nr_Nota_1197869_3330" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197869_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197869_1130" id="ci_AlunoAvaliacao_1197869_1130" value="89574516" type="hidden">
                <input name="nr_Nota_1197869_1130" id="nr_Nota_1197869_1130" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197869_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197869_1140" id="ci_AlunoAvaliacao_1197869_1140" value="89572667" type="hidden">
                <input name="nr_Nota_1197869_1140" id="nr_Nota_1197869_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197869_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197869_1200" id="ci_AlunoAvaliacao_1197869_1200" value="89739277" type="hidden">
                <input name="nr_Nota_1197869_1200" id="nr_Nota_1197869_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197869_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197869_1620" id="ci_AlunoAvaliacao_1197869_1620" value="89192770" type="hidden">
                <input name="nr_Nota_1197869_1620" id="nr_Nota_1197869_1620" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197869_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197869_1730" id="ci_AlunoAvaliacao_1197869_1730" value="89291355" type="hidden">
                <input name="nr_Nota_1197869_1730" id="nr_Nota_1197869_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1173550&nbsp;RAFAELA SANTOS DO CARMO
              <input id="cd_Aluno_27" name="cd_Aluno_27" value="1173550" type="hidden"></td>
            
            <td id="colunaNotaAluno_1173550_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1173550_154" id="ci_AlunoAvaliacao_1173550_154" value="89573844" type="hidden">
                <input name="nr_Nota_1173550_154" id="nr_Nota_1173550_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1173550_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1173550_160" id="ci_AlunoAvaliacao_1173550_160" value="92089765" type="hidden">
                <input name="nr_Nota_1173550_160" id="nr_Nota_1173550_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1173550_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1173550_530" id="ci_AlunoAvaliacao_1173550_530" value="89915200" type="hidden">
                <input name="nr_Nota_1173550_530" id="nr_Nota_1173550_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1173550_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1173550_780" id="ci_AlunoAvaliacao_1173550_780" value="88751245" type="hidden">
                <input name="nr_Nota_1173550_780" id="nr_Nota_1173550_780" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1173550_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1173550_800" id="ci_AlunoAvaliacao_1173550_800" value="89197981" type="hidden">
                <input name="nr_Nota_1173550_800" id="nr_Nota_1173550_800" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1173550_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1173550_890" id="ci_AlunoAvaliacao_1173550_890" value="88754865" type="hidden">
                <input name="nr_Nota_1173550_890" id="nr_Nota_1173550_890" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1173550_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1173550_970" id="ci_AlunoAvaliacao_1173550_970" value="88753438" type="hidden">
                <input name="nr_Nota_1173550_970" id="nr_Nota_1173550_970" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1173550_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1173550_3330" id="ci_AlunoAvaliacao_1173550_3330" value="89738763" type="hidden">
                <input name="nr_Nota_1173550_3330" id="nr_Nota_1173550_3330" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1173550_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1173550_1130" id="ci_AlunoAvaliacao_1173550_1130" value="89574518" type="hidden">
                <input name="nr_Nota_1173550_1130" id="nr_Nota_1173550_1130" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1173550_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1173550_1140" id="ci_AlunoAvaliacao_1173550_1140" value="89572672" type="hidden">
                <input name="nr_Nota_1173550_1140" id="nr_Nota_1173550_1140" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1173550_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1173550_1200" id="ci_AlunoAvaliacao_1173550_1200" value="89739279" type="hidden">
                <input name="nr_Nota_1173550_1200" id="nr_Nota_1173550_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1173550_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1173550_1620" id="ci_AlunoAvaliacao_1173550_1620" value="89192772" type="hidden">
                <input name="nr_Nota_1173550_1620" id="nr_Nota_1173550_1620" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1173550_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1173550_1730" id="ci_AlunoAvaliacao_1173550_1730" value="89291357" type="hidden">
                <input name="nr_Nota_1173550_1730" id="nr_Nota_1173550_1730" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1657826&nbsp;RAISSA MARA ALVES QUEIROZ
              <input id="cd_Aluno_28" name="cd_Aluno_28" value="1657826" type="hidden"></td>
            
            <td id="colunaNotaAluno_1657826_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657826_154" id="ci_AlunoAvaliacao_1657826_154" value="89573845" type="hidden">
                <input name="nr_Nota_1657826_154" id="nr_Nota_1657826_154" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657826_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657826_160" id="ci_AlunoAvaliacao_1657826_160" value="92089766" type="hidden">
                <input name="nr_Nota_1657826_160" id="nr_Nota_1657826_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657826_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657826_530" id="ci_AlunoAvaliacao_1657826_530" value="89915201" type="hidden">
                <input name="nr_Nota_1657826_530" id="nr_Nota_1657826_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657826_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657826_780" id="ci_AlunoAvaliacao_1657826_780" value="88751246" type="hidden">
                <input name="nr_Nota_1657826_780" id="nr_Nota_1657826_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657826_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657826_800" id="ci_AlunoAvaliacao_1657826_800" value="89197982" type="hidden">
                <input name="nr_Nota_1657826_800" id="nr_Nota_1657826_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657826_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657826_890" id="ci_AlunoAvaliacao_1657826_890" value="88754866" type="hidden">
                <input name="nr_Nota_1657826_890" id="nr_Nota_1657826_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657826_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657826_970" id="ci_AlunoAvaliacao_1657826_970" value="88753439" type="hidden">
                <input name="nr_Nota_1657826_970" id="nr_Nota_1657826_970" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657826_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657826_3330" id="ci_AlunoAvaliacao_1657826_3330" value="89738764" type="hidden">
                <input name="nr_Nota_1657826_3330" id="nr_Nota_1657826_3330" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657826_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657826_1130" id="ci_AlunoAvaliacao_1657826_1130" value="89574519" type="hidden">
                <input name="nr_Nota_1657826_1130" id="nr_Nota_1657826_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657826_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657826_1140" id="ci_AlunoAvaliacao_1657826_1140" value="89572675" type="hidden">
                <input name="nr_Nota_1657826_1140" id="nr_Nota_1657826_1140" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657826_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657826_1200" id="ci_AlunoAvaliacao_1657826_1200" value="89739280" type="hidden">
                <input name="nr_Nota_1657826_1200" id="nr_Nota_1657826_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657826_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657826_1620" id="ci_AlunoAvaliacao_1657826_1620" value="89192773" type="hidden">
                <input name="nr_Nota_1657826_1620" id="nr_Nota_1657826_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657826_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657826_1730" id="ci_AlunoAvaliacao_1657826_1730" value="89291358" type="hidden">
                <input name="nr_Nota_1657826_1730" id="nr_Nota_1657826_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;554125&nbsp;RITA DE CASSIA SOUSA DE MELO
              <input id="cd_Aluno_29" name="cd_Aluno_29" value="554125" type="hidden"></td>
            
            <td id="colunaNotaAluno_554125_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_554125_154" id="ci_AlunoAvaliacao_554125_154" value="89573846" type="hidden">
                <input name="nr_Nota_554125_154" id="nr_Nota_554125_154" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_554125_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_554125_160" id="ci_AlunoAvaliacao_554125_160" value="92089767" type="hidden">
                <input name="nr_Nota_554125_160" id="nr_Nota_554125_160" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_554125_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_554125_530" id="ci_AlunoAvaliacao_554125_530" value="89915202" type="hidden">
                <input name="nr_Nota_554125_530" id="nr_Nota_554125_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_554125_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_554125_780" id="ci_AlunoAvaliacao_554125_780" value="88751247" type="hidden">
                <input name="nr_Nota_554125_780" id="nr_Nota_554125_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_554125_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_554125_800" id="ci_AlunoAvaliacao_554125_800" value="89197983" type="hidden">
                <input name="nr_Nota_554125_800" id="nr_Nota_554125_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_554125_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_554125_890" id="ci_AlunoAvaliacao_554125_890" value="88754867" type="hidden">
                <input name="nr_Nota_554125_890" id="nr_Nota_554125_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_554125_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_554125_970" id="ci_AlunoAvaliacao_554125_970" value="88753440" type="hidden">
                <input name="nr_Nota_554125_970" id="nr_Nota_554125_970" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_554125_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_554125_3330" id="ci_AlunoAvaliacao_554125_3330" value="89738765" type="hidden">
                <input name="nr_Nota_554125_3330" id="nr_Nota_554125_3330" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_554125_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_554125_1130" id="ci_AlunoAvaliacao_554125_1130" value="89574520" type="hidden">
                <input name="nr_Nota_554125_1130" id="nr_Nota_554125_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_554125_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_554125_1140" id="ci_AlunoAvaliacao_554125_1140" value="89572678" type="hidden">
                <input name="nr_Nota_554125_1140" id="nr_Nota_554125_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_554125_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_554125_1200" id="ci_AlunoAvaliacao_554125_1200" value="89739281" type="hidden">
                <input name="nr_Nota_554125_1200" id="nr_Nota_554125_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_554125_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_554125_1620" id="ci_AlunoAvaliacao_554125_1620" value="89192774" type="hidden">
                <input name="nr_Nota_554125_1620" id="nr_Nota_554125_1620" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_554125_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_554125_1730" id="ci_AlunoAvaliacao_554125_1730" value="89291359" type="hidden">
                <input name="nr_Nota_554125_1730" id="nr_Nota_554125_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1197124&nbsp;SAMUEL SANTOS BRITO
              <input id="cd_Aluno_30" name="cd_Aluno_30" value="1197124" type="hidden"></td>
            
            <td id="colunaNotaAluno_1197124_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197124_154" id="ci_AlunoAvaliacao_1197124_154" value="89573847" type="hidden">
                <input name="nr_Nota_1197124_154" id="nr_Nota_1197124_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197124_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197124_160" id="ci_AlunoAvaliacao_1197124_160" value="92089768" type="hidden">
                <input name="nr_Nota_1197124_160" id="nr_Nota_1197124_160" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197124_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197124_530" id="ci_AlunoAvaliacao_1197124_530" value="89915203" type="hidden">
                <input name="nr_Nota_1197124_530" id="nr_Nota_1197124_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197124_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197124_780" id="ci_AlunoAvaliacao_1197124_780" value="88751248" type="hidden">
                <input name="nr_Nota_1197124_780" id="nr_Nota_1197124_780" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197124_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197124_800" id="ci_AlunoAvaliacao_1197124_800" value="89197984" type="hidden">
                <input name="nr_Nota_1197124_800" id="nr_Nota_1197124_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197124_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197124_890" id="ci_AlunoAvaliacao_1197124_890" value="88754868" type="hidden">
                <input name="nr_Nota_1197124_890" id="nr_Nota_1197124_890" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197124_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197124_970" id="ci_AlunoAvaliacao_1197124_970" value="88753441" type="hidden">
                <input name="nr_Nota_1197124_970" id="nr_Nota_1197124_970" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197124_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197124_3330" id="ci_AlunoAvaliacao_1197124_3330" value="89738766" type="hidden">
                <input name="nr_Nota_1197124_3330" id="nr_Nota_1197124_3330" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197124_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197124_1130" id="ci_AlunoAvaliacao_1197124_1130" value="89574521" type="hidden">
                <input name="nr_Nota_1197124_1130" id="nr_Nota_1197124_1130" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197124_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197124_1140" id="ci_AlunoAvaliacao_1197124_1140" value="89572680" type="hidden">
                <input name="nr_Nota_1197124_1140" id="nr_Nota_1197124_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197124_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197124_1200" id="ci_AlunoAvaliacao_1197124_1200" value="89739282" type="hidden">
                <input name="nr_Nota_1197124_1200" id="nr_Nota_1197124_1200" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197124_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197124_1620" id="ci_AlunoAvaliacao_1197124_1620" value="89192775" type="hidden">
                <input name="nr_Nota_1197124_1620" id="nr_Nota_1197124_1620" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197124_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197124_1730" id="ci_AlunoAvaliacao_1197124_1730" value="89291360" type="hidden">
                <input name="nr_Nota_1197124_1730" id="nr_Nota_1197124_1730" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1202659&nbsp;SUZILENE VASCONCELOS DA SILVA
              <input id="cd_Aluno_31" name="cd_Aluno_31" value="1202659" type="hidden"></td>
            
            <td id="colunaNotaAluno_1202659_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202659_154" id="ci_AlunoAvaliacao_1202659_154" value="89573848" type="hidden">
                <input name="nr_Nota_1202659_154" id="nr_Nota_1202659_154" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202659_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202659_160" id="ci_AlunoAvaliacao_1202659_160" value="92089769" type="hidden">
                <input name="nr_Nota_1202659_160" id="nr_Nota_1202659_160" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202659_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202659_530" id="ci_AlunoAvaliacao_1202659_530" value="89915204" type="hidden">
                <input name="nr_Nota_1202659_530" id="nr_Nota_1202659_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202659_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202659_780" id="ci_AlunoAvaliacao_1202659_780" value="88751249" type="hidden">
                <input name="nr_Nota_1202659_780" id="nr_Nota_1202659_780" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202659_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202659_800" id="ci_AlunoAvaliacao_1202659_800" value="89197985" type="hidden">
                <input name="nr_Nota_1202659_800" id="nr_Nota_1202659_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202659_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202659_890" id="ci_AlunoAvaliacao_1202659_890" value="88754869" type="hidden">
                <input name="nr_Nota_1202659_890" id="nr_Nota_1202659_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202659_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202659_970" id="ci_AlunoAvaliacao_1202659_970" value="88753442" type="hidden">
                <input name="nr_Nota_1202659_970" id="nr_Nota_1202659_970" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202659_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202659_3330" id="ci_AlunoAvaliacao_1202659_3330" value="89738767" type="hidden">
                <input name="nr_Nota_1202659_3330" id="nr_Nota_1202659_3330" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202659_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202659_1130" id="ci_AlunoAvaliacao_1202659_1130" value="89574522" type="hidden">
                <input name="nr_Nota_1202659_1130" id="nr_Nota_1202659_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202659_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202659_1140" id="ci_AlunoAvaliacao_1202659_1140" value="89572681" type="hidden">
                <input name="nr_Nota_1202659_1140" id="nr_Nota_1202659_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202659_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202659_1200" id="ci_AlunoAvaliacao_1202659_1200" value="89739283" type="hidden">
                <input name="nr_Nota_1202659_1200" id="nr_Nota_1202659_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202659_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202659_1620" id="ci_AlunoAvaliacao_1202659_1620" value="89192776" type="hidden">
                <input name="nr_Nota_1202659_1620" id="nr_Nota_1202659_1620" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202659_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202659_1730" id="ci_AlunoAvaliacao_1202659_1730" value="89291361" type="hidden">
                <input name="nr_Nota_1202659_1730" id="nr_Nota_1202659_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1167684&nbsp;TAYRANE LIMA SANTOS
              <input id="cd_Aluno_32" name="cd_Aluno_32" value="1167684" type="hidden"></td>
            
            <td id="colunaNotaAluno_1167684_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167684_154" id="ci_AlunoAvaliacao_1167684_154" value="89573849" type="hidden">
                <input name="nr_Nota_1167684_154" id="nr_Nota_1167684_154" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167684_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167684_160" id="ci_AlunoAvaliacao_1167684_160" value="92089770" type="hidden">
                <input name="nr_Nota_1167684_160" id="nr_Nota_1167684_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167684_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167684_530" id="ci_AlunoAvaliacao_1167684_530" value="89915205" type="hidden">
                <input name="nr_Nota_1167684_530" id="nr_Nota_1167684_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167684_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167684_780" id="ci_AlunoAvaliacao_1167684_780" value="88751250" type="hidden">
                <input name="nr_Nota_1167684_780" id="nr_Nota_1167684_780" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167684_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167684_800" id="ci_AlunoAvaliacao_1167684_800" value="89197986" type="hidden">
                <input name="nr_Nota_1167684_800" id="nr_Nota_1167684_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167684_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167684_890" id="ci_AlunoAvaliacao_1167684_890" value="88754870" type="hidden">
                <input name="nr_Nota_1167684_890" id="nr_Nota_1167684_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167684_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167684_970" id="ci_AlunoAvaliacao_1167684_970" value="88753443" type="hidden">
                <input name="nr_Nota_1167684_970" id="nr_Nota_1167684_970" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167684_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167684_3330" id="ci_AlunoAvaliacao_1167684_3330" value="89738768" type="hidden">
                <input name="nr_Nota_1167684_3330" id="nr_Nota_1167684_3330" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167684_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167684_1130" id="ci_AlunoAvaliacao_1167684_1130" value="89574523" type="hidden">
                <input name="nr_Nota_1167684_1130" id="nr_Nota_1167684_1130" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167684_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167684_1140" id="ci_AlunoAvaliacao_1167684_1140" value="89572682" type="hidden">
                <input name="nr_Nota_1167684_1140" id="nr_Nota_1167684_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167684_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167684_1200" id="ci_AlunoAvaliacao_1167684_1200" value="89739284" type="hidden">
                <input name="nr_Nota_1167684_1200" id="nr_Nota_1167684_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167684_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167684_1620" id="ci_AlunoAvaliacao_1167684_1620" value="89192777" type="hidden">
                <input name="nr_Nota_1167684_1620" id="nr_Nota_1167684_1620" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167684_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167684_1730" id="ci_AlunoAvaliacao_1167684_1730" value="89291362" type="hidden">
                <input name="nr_Nota_1167684_1730" id="nr_Nota_1167684_1730" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;750058&nbsp;VALESCA VANDA BATISTA TEIXEIRA
              <input id="cd_Aluno_33" name="cd_Aluno_33" value="750058" type="hidden"></td>
            
            <td id="colunaNotaAluno_750058_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_750058_154" id="ci_AlunoAvaliacao_750058_154" value="89573850" type="hidden">
                <input name="nr_Nota_750058_154" id="nr_Nota_750058_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_750058_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_750058_160" id="ci_AlunoAvaliacao_750058_160" value="92089771" type="hidden">
                <input name="nr_Nota_750058_160" id="nr_Nota_750058_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_750058_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_750058_530" id="ci_AlunoAvaliacao_750058_530" value="89915206" type="hidden">
                <input name="nr_Nota_750058_530" id="nr_Nota_750058_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_750058_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_750058_780" id="ci_AlunoAvaliacao_750058_780" value="88751251" type="hidden">
                <input name="nr_Nota_750058_780" id="nr_Nota_750058_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_750058_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_750058_800" id="ci_AlunoAvaliacao_750058_800" value="89197987" type="hidden">
                <input name="nr_Nota_750058_800" id="nr_Nota_750058_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_750058_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_750058_890" id="ci_AlunoAvaliacao_750058_890" value="88754871" type="hidden">
                <input name="nr_Nota_750058_890" id="nr_Nota_750058_890" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_750058_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_750058_970" id="ci_AlunoAvaliacao_750058_970" value="88753444" type="hidden">
                <input name="nr_Nota_750058_970" id="nr_Nota_750058_970" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_750058_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_750058_3330" id="ci_AlunoAvaliacao_750058_3330" value="89738769" type="hidden">
                <input name="nr_Nota_750058_3330" id="nr_Nota_750058_3330" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_750058_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_750058_1130" id="ci_AlunoAvaliacao_750058_1130" value="89574524" type="hidden">
                <input name="nr_Nota_750058_1130" id="nr_Nota_750058_1130" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_750058_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_750058_1140" id="ci_AlunoAvaliacao_750058_1140" value="89572683" type="hidden">
                <input name="nr_Nota_750058_1140" id="nr_Nota_750058_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_750058_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_750058_1200" id="ci_AlunoAvaliacao_750058_1200" value="89739285" type="hidden">
                <input name="nr_Nota_750058_1200" id="nr_Nota_750058_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_750058_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_750058_1620" id="ci_AlunoAvaliacao_750058_1620" value="89192778" type="hidden">
                <input name="nr_Nota_750058_1620" id="nr_Nota_750058_1620" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_750058_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_750058_1730" id="ci_AlunoAvaliacao_750058_1730" value="89291363" type="hidden">
                <input name="nr_Nota_750058_1730" id="nr_Nota_750058_1730" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1205944&nbsp;VANESSA VANDA BATISTA TEIXEIRA
              <input id="cd_Aluno_34" name="cd_Aluno_34" value="1205944" type="hidden"></td>
            
            <td id="colunaNotaAluno_1205944_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1205944_154" id="ci_AlunoAvaliacao_1205944_154" value="89573851" type="hidden">
                <input name="nr_Nota_1205944_154" id="nr_Nota_1205944_154" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1205944_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1205944_160" id="ci_AlunoAvaliacao_1205944_160" value="92089772" type="hidden">
                <input name="nr_Nota_1205944_160" id="nr_Nota_1205944_160" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1205944_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1205944_530" id="ci_AlunoAvaliacao_1205944_530" value="89915207" type="hidden">
                <input name="nr_Nota_1205944_530" id="nr_Nota_1205944_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1205944_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1205944_780" id="ci_AlunoAvaliacao_1205944_780" value="88751252" type="hidden">
                <input name="nr_Nota_1205944_780" id="nr_Nota_1205944_780" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1205944_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1205944_800" id="ci_AlunoAvaliacao_1205944_800" value="89197988" type="hidden">
                <input name="nr_Nota_1205944_800" id="nr_Nota_1205944_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1205944_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1205944_890" id="ci_AlunoAvaliacao_1205944_890" value="88754872" type="hidden">
                <input name="nr_Nota_1205944_890" id="nr_Nota_1205944_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1205944_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1205944_970" id="ci_AlunoAvaliacao_1205944_970" value="88753445" type="hidden">
                <input name="nr_Nota_1205944_970" id="nr_Nota_1205944_970" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1205944_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1205944_3330" id="ci_AlunoAvaliacao_1205944_3330" value="89738770" type="hidden">
                <input name="nr_Nota_1205944_3330" id="nr_Nota_1205944_3330" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1205944_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1205944_1130" id="ci_AlunoAvaliacao_1205944_1130" value="89574525" type="hidden">
                <input name="nr_Nota_1205944_1130" id="nr_Nota_1205944_1130" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1205944_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1205944_1140" id="ci_AlunoAvaliacao_1205944_1140" value="89572684" type="hidden">
                <input name="nr_Nota_1205944_1140" id="nr_Nota_1205944_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1205944_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1205944_1200" id="ci_AlunoAvaliacao_1205944_1200" value="89739286" type="hidden">
                <input name="nr_Nota_1205944_1200" id="nr_Nota_1205944_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1205944_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1205944_1620" id="ci_AlunoAvaliacao_1205944_1620" value="89192779" type="hidden">
                <input name="nr_Nota_1205944_1620" id="nr_Nota_1205944_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1205944_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1205944_1730" id="ci_AlunoAvaliacao_1205944_1730" value="89291364" type="hidden">
                <input name="nr_Nota_1205944_1730" id="nr_Nota_1205944_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1174369&nbsp;ZILDA HELENA DE PAULO DA SILVA
              <input id="cd_Aluno_35" name="cd_Aluno_35" value="1174369" type="hidden"></td>
            
            <td id="colunaNotaAluno_1174369_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1174369_154" id="ci_AlunoAvaliacao_1174369_154" value="89573852" type="hidden">
                <input name="nr_Nota_1174369_154" id="nr_Nota_1174369_154" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1174369_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1174369_160" id="ci_AlunoAvaliacao_1174369_160" value="92089773" type="hidden">
                <input name="nr_Nota_1174369_160" id="nr_Nota_1174369_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1174369_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1174369_530" id="ci_AlunoAvaliacao_1174369_530" value="89915208" type="hidden">
                <input name="nr_Nota_1174369_530" id="nr_Nota_1174369_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1174369_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1174369_780" id="ci_AlunoAvaliacao_1174369_780" value="88751253" type="hidden">
                <input name="nr_Nota_1174369_780" id="nr_Nota_1174369_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1174369_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1174369_800" id="ci_AlunoAvaliacao_1174369_800" value="89197989" type="hidden">
                <input name="nr_Nota_1174369_800" id="nr_Nota_1174369_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1174369_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1174369_890" id="ci_AlunoAvaliacao_1174369_890" value="88754873" type="hidden">
                <input name="nr_Nota_1174369_890" id="nr_Nota_1174369_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1174369_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1174369_970" id="ci_AlunoAvaliacao_1174369_970" value="88753446" type="hidden">
                <input name="nr_Nota_1174369_970" id="nr_Nota_1174369_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1174369_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1174369_3330" id="ci_AlunoAvaliacao_1174369_3330" value="89738771" type="hidden">
                <input name="nr_Nota_1174369_3330" id="nr_Nota_1174369_3330" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1174369_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1174369_1130" id="ci_AlunoAvaliacao_1174369_1130" value="89574526" type="hidden">
                <input name="nr_Nota_1174369_1130" id="nr_Nota_1174369_1130" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1174369_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1174369_1140" id="ci_AlunoAvaliacao_1174369_1140" value="89572685" type="hidden">
                <input name="nr_Nota_1174369_1140" id="nr_Nota_1174369_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1174369_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1174369_1200" id="ci_AlunoAvaliacao_1174369_1200" value="89739287" type="hidden">
                <input name="nr_Nota_1174369_1200" id="nr_Nota_1174369_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1174369_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1174369_1620" id="ci_AlunoAvaliacao_1174369_1620" value="89192780" type="hidden">
                <input name="nr_Nota_1174369_1620" id="nr_Nota_1174369_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1174369_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1174369_1730" id="ci_AlunoAvaliacao_1174369_1730" value="89291365" type="hidden">
                <input name="nr_Nota_1174369_1730" id="nr_Nota_1174369_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
        </tbody></table>
        <table width="100%" border="0" cellpadding="0" cellspacing="0">
          <tbody><tr>
            <td align="center">
              <br>
              
              			<input name="btnIncluir" class="botao" id="btnIncluir" value=" Incluir " onclick="ValidaPagina(this,'I');" type="button">
            	  
		              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
		              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;                      
                      <input name="btnExcluir" class="botao" id="btnExcluir" value=" Excluir " onclick="Excluir(this);" type="button">
    	                        
              </td>
          </tr>
        </tbody></table>
        </td>
    </tr>
  </tbody></table>
</form>
<div class="" style="display: block; top: 323px; left: 844px;" id="tooltip"><h3>LINGUA ESTRANGEIRA (ESPANHOL)</h3><div class="body">FILIPE VICTOR PATRICIO DE SOUSA</div><div style="display: none;" class="url"></div></div><div id="hintbox"></div></body></html>